Skip to content

Commit 42110df

Browse files
committed
[spec] upload-artifact bump to v4
1 parent 6393584 commit 42110df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: dotnet pack --no-build -c Release -o ./publish
3535

3636
- name: Create packages artifact
37-
uses: actions/upload-artifact@v2
37+
if: ${{ matrix.os == 'windows-latest' }}
38+
uses: actions/upload-artifact@v4
3839
with:
3940
name: Packages
4041
path: ./src/publish/

0 commit comments

Comments
 (0)