Skip to content

Commit c5a53a5

Browse files
committed
ci: bump download-artifact to v7, action-gh-release to v3 (Node.js 24)
1 parent a57f739 commit c5a53a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Download artifacts
87-
uses: actions/download-artifact@v4
87+
uses: actions/download-artifact@v7
8888
with:
8989
name: nupkg
9090
path: ./artifacts
@@ -104,7 +104,7 @@ jobs:
104104
run: dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --skip-duplicate
105105

106106
- name: Create GitHub Release
107-
uses: softprops/action-gh-release@v2
107+
uses: softprops/action-gh-release@v3
108108
with:
109109
files: ./artifacts/*.nupkg
110110
generate_release_notes: true

0 commit comments

Comments
 (0)