We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08c533 commit 9bf72e4Copy full SHA for 9bf72e4
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,8 @@ jobs:
47
run: ./MakeSourcePackages.ps1
48
49
- name: Create packages artifact
50
- uses: actions/upload-artifact@v3.1.3
+ if: ${{ matrix.os == 'windows-latest' }}
51
+ uses: actions/upload-artifact@v4
52
with:
53
name: Packages
54
path: ./src/publish/
0 commit comments