Skip to content

Commit

Permalink
upload-artifact v4 upgrade (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper authored Jan 8, 2025
1 parent aab098c commit 0891058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: dotnet nuget push "./Thirdweb/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: |
Expand Down

0 comments on commit 0891058

Please sign in to comment.