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.
1 parent f122611 commit 6f46273Copy full SHA for 6f46273
.github/workflows/release.yml
@@ -55,6 +55,6 @@ jobs:
55
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
56
57
- name: Upload a Build Artifact
58
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v4
59
with:
60
path: ./build
0 commit comments