We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff7c834 + 4a9009c commit fa34dddCopy full SHA for fa34ddd
1 file changed
.github/workflows/release.yaml
@@ -46,6 +46,6 @@ jobs:
46
release_name: ${{ github.ref_name }}
47
draft: true
48
prerelease: false
49
- - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
50
# upload nuget
51
- run: dotnet nuget push "./nuget/*.nupkg" --skip-duplicate -s https://www.nuget.org/api/v2/package -k ${{ secrets.SYNCED_NUGET_KEY }}
0 commit comments