We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef18567 + a683206 commit ff21939Copy full SHA for ff21939
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
run: dotnet pack --configuration Release --no-build --output ./artifacts
46
47
- name: Upload artifacts
48
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
49
with:
50
name: nuget-packages
51
path: ./artifacts/*.nupkg
0 commit comments