Skip to content

Commit 9bf72e4

Browse files
committed
[spec] upload-artifact bump to v4
1 parent a08c533 commit 9bf72e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
run: ./MakeSourcePackages.ps1
4848

4949
- name: Create packages artifact
50-
uses: actions/upload-artifact@v3.1.3
50+
if: ${{ matrix.os == 'windows-latest' }}
51+
uses: actions/upload-artifact@v4
5152
with:
5253
name: Packages
5354
path: ./src/publish/

0 commit comments

Comments
 (0)