Skip to content

Commit 36290c7

Browse files
authored
Merge pull request #169 from str4d/dependabot/github_actions/svenstaro/upload-release-action-2.9.0
Bump svenstaro/upload-release-action from 2.6.1 to 2.9.0
2 parents 56918e7 + 10dacf9 commit 36290c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: matrix.name == 'windows'
8787

8888
- name: Upload archive to release
89-
uses: svenstaro/upload-release-action@2.6.1
89+
uses: svenstaro/upload-release-action@2.9.0
9090
with:
9191
file: ${{ matrix.archive_name }}
9292
asset_name: age-plugin-yubikey-$tag-${{ matrix.asset_suffix }}
@@ -144,7 +144,7 @@ jobs:
144144
args: --package age-plugin-yubikey --no-build --target ${{ matrix.target }}
145145

146146
- name: Upload Debian package to release
147-
uses: svenstaro/upload-release-action@2.6.1
147+
uses: svenstaro/upload-release-action@2.9.0
148148
with:
149149
file: target/${{ matrix.target }}/debian/*.deb
150150
file_glob: true

0 commit comments

Comments
 (0)