From 7b19cd2f5a9da23ea56262fb342c1b0240ac8c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:02:23 +0000 Subject: [PATCH] Changed: Bump termux/upload-release-action from 4.1.0 to 4.2.0 Bumps [termux/upload-release-action](https://github.com/termux/upload-release-action) from 4.1.0 to 4.2.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...v4.2.0) --- updated-dependencies: - dependency-name: termux/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/attach_debug_apks_to_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attach_debug_apks_to_release.yml b/.github/workflows/attach_debug_apks_to_release.yml index 460d66a778..8c1ff0e015 100644 --- a/.github/workflows/attach_debug_apks_to_release.yml +++ b/.github/workflows/attach_debug_apks_to_release.yml @@ -63,7 +63,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 - name: Upload APKs to release - uses: termux/upload-release-action@v4.1.0 + uses: termux/upload-release-action@v4.2.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: "**/*.apk"