From 1aef7c8e1293164a715310199ec5677da8c945e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:22:58 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.2 to 2.11.3. - [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.11.2...2.11.3) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 dc93a0dff5..60e99740ea 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.11.2 + uses: svenstaro/upload-release-action@2.11.3 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "artifacts/*/*.zip" diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index e48ded50dd..95027a1f58 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -90,7 +90,7 @@ jobs: - name: Upload Release if: startsWith(github.ref, 'refs/tags/v') - uses: svenstaro/upload-release-action@2.11.2 + uses: svenstaro/upload-release-action@2.11.3 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "*.zip"