From 96bee5ff940fde25c1ce52302b05ba8cdf1e4e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:13:31 +0000 Subject: [PATCH] build(deps): bump termux/upload-release-action from 4.1.0 to 5.0.0 Bumps [termux/upload-release-action](https://github.com/termux/upload-release-action) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/termux/upload-release-action/releases) - [Changelog](https://github.com/termux/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/termux/upload-release-action/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: termux/upload-release-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bootstrap_archives.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap_archives.yml b/.github/workflows/bootstrap_archives.yml index 7bd34cf5ff5..a96fc985037 100644 --- a/.github/workflows/bootstrap_archives.yml +++ b/.github/workflows/bootstrap_archives.yml @@ -64,7 +64,7 @@ jobs: git push --tags echo "tag_name=$new_tag" >> $GITHUB_OUTPUT - name: Publish bootstrap zips to GitHub release - uses: termux/upload-release-action@v4.1.0 + uses: termux/upload-release-action@v5.0.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "*.zip"