From 6dfba867db7cff4a656d01b434064b760d6b7f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:36:28 +0200 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0 (#230) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab224495..e0247ac5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: path: build/*/*.zip - name: Upload to Release if: github.event_name == 'release' - uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df + uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: build/*/*.zip