From a34794caaf22319538c0a4d8f267c1a62eb3cefb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 10:48:23 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.9.0 to 2.11.3 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 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.9.0...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-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/flutter-engine-windows-x64-release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-engine-windows-x64-release-build.yml b/.github/workflows/flutter-engine-windows-x64-release-build.yml index 1dff94a50e..db237f01bb 100644 --- a/.github/workflows/flutter-engine-windows-x64-release-build.yml +++ b/.github/workflows/flutter-engine-windows-x64-release-build.yml @@ -67,7 +67,7 @@ jobs: # The file will be uploaded to the release page of the repository, and the tag is the branch name of the currently executing workflow. - name: Upload files to a GitHub release - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.11.3 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: windows-x64-release.zip