From 991a69cb73d06c290bafd8e33adfadd5dc9e84c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:14:33 +0000 Subject: [PATCH] Bump termux/upload-release-action from 4.2.0 to 5.0.0 Bumps [termux/upload-release-action](https://github.com/termux/upload-release-action) from 4.2.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.2.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 dba7b90943..a96fc98503 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.2.0 + uses: termux/upload-release-action@v5.0.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "*.zip"