From 5814f5f1a02bf0bae69f432419b154865c11e6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Mar 2022 15:25:25 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.2.0 to 2.2.1 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4baa02b..aa255a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: if: matrix.name == 'windows' - name: Upload archive to release - uses: svenstaro/upload-release-action@2.2.0 + uses: svenstaro/upload-release-action@2.2.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ matrix.archive_name }} @@ -137,7 +137,7 @@ jobs: args: --package age-plugin-yubikey --no-build --target ${{ matrix.target }} - name: Upload Debian package to release - uses: svenstaro/upload-release-action@2.2.0 + uses: svenstaro/upload-release-action@2.2.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/${{ matrix.target }}/debian/*.deb