Skip to content

Commit

Permalink
Merge pull request #73 from guitarrapc/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-3

chore(deps): bump actions/download-artifact from 2 to 3
  • Loading branch information
guitarrapc authored Dec 13, 2023
2 parents 3b10af1 + 8d935aa commit fdc180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
release_name: ${{ github.ref }}
draft: true
prerelease: false
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
# upload nuget
- run: dotnet nuget push "./nuget/*.nupkg" --skip-duplicate -s https://www.nuget.org/api/v2/package -k ${{ secrets.SYNCED_NUGET_KEY }}

0 comments on commit fdc180f

Please sign in to comment.