Skip to content

Commit

Permalink
Merge pull request #169 from str4d/dependabot/github_actions/svenstar…
Browse files Browse the repository at this point in the history
…o/upload-release-action-2.9.0

Bump svenstaro/upload-release-action from 2.6.1 to 2.9.0
  • Loading branch information
str4d authored Nov 2, 2024
2 parents 56918e7 + 10dacf9 commit 36290c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: matrix.name == 'windows'

- name: Upload archive to release
uses: svenstaro/upload-release-action@2.6.1
uses: svenstaro/upload-release-action@2.9.0
with:
file: ${{ matrix.archive_name }}
asset_name: age-plugin-yubikey-$tag-${{ matrix.asset_suffix }}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
args: --package age-plugin-yubikey --no-build --target ${{ matrix.target }}

- name: Upload Debian package to release
uses: svenstaro/upload-release-action@2.6.1
uses: svenstaro/upload-release-action@2.9.0
with:
file: target/${{ matrix.target }}/debian/*.deb
file_glob: true
Expand Down

0 comments on commit 36290c7

Please sign in to comment.