We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab098c commit 0891058Copy full SHA for 0891058
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
run: dotnet nuget push "./Thirdweb/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
31
32
- name: Upload build artifacts
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: build-artifacts
36
path: |
0 commit comments