Skip to content

Commit

Permalink
Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 442e480 commit 0ffa197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: false
uses: github/codeql-action/analyze@v3
- name: Upload built packages
uses: svenstaro/upload-release-action@2.7.0
uses: svenstaro/upload-release-action@2.9.0
if: contains(github.ref, 'refs/tags/v')
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -108,7 +108,7 @@ jobs:
*.nupkg
libarchive.dylib
- name: Upload built packages
uses: svenstaro/upload-release-action@2.7.0
uses: svenstaro/upload-release-action@2.9.0
if: contains(github.ref, 'refs/tags/v')
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0ffa197

Please sign in to comment.