diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0902c8..be0c914 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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