We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfc79e0 + f3a22c7 commit 48c78b7Copy full SHA for 48c78b7
1 file changed
.github/workflows/publish_nuget_package.yml
@@ -60,7 +60,7 @@ jobs:
60
if: env.HAS_TAG == 'true' && github.ref == 'refs/heads/master'
61
62
- name: Upload NuGet Package
63
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
64
with:
65
name: Nuget
66
path: '**/*.nupkg'
0 commit comments