Skip to content

Commit 1229681

Browse files
committed
Fix CI
1 parent 4f47c5e commit 1229681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
New-Item -ItemType Directory nuget_files > $null
4848
Copy-Item src\bin\Release\*.*nupkg nuget_files
4949
50-
- uses: actions/upload-artifact@v2
50+
- uses: actions/upload-artifact@v4
5151
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
5252
with:
5353
name: nupkg

0 commit comments

Comments
 (0)