From 96fde190c75c9218a8dd45b2e92b16f72596f7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:16:51 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.9.0 to 2.11.1 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 to 2.11.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.9.0...2.11.1) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/haskell.yaml | 2 +- .github/workflows/rust.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yaml b/.github/workflows/haskell.yaml index cde4e1d086..83591c7741 100644 --- a/.github/workflows/haskell.yaml +++ b/.github/workflows/haskell.yaml @@ -75,7 +75,7 @@ jobs: path: artifacts - name: Upload Release - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.11.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "artifacts/*/*.zip" diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 5436b42ea2..71ff69c5b1 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -94,7 +94,7 @@ jobs: - name: Upload Release if: startsWith(github.ref, 'refs/tags/v') - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.11.1 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "*.zip"