We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f47c5e commit 1229681Copy full SHA for 1229681
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
New-Item -ItemType Directory nuget_files > $null
48
Copy-Item src\bin\Release\*.*nupkg nuget_files
49
50
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
51
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
52
with:
53
name: nupkg
0 commit comments