From 0199ee48b3befea28e2a6cf584f42f93f4c36ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:07:43 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2 to 2.2.1 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2 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/v2...2.2.1) Signed-off-by: dependabot[bot] --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index dd0b7b3b60d..5f065dad78c 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -41,7 +41,7 @@ jobs: if: steps.build-binaries.outcome == 'success' - name: Upload binaries - uses: svenstaro/upload-release-action@v2 + uses: svenstaro/upload-release-action@2.2.1 with: file: deploy/*.tar.gz file_glob: true