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