From 92911ec307c373694abafd955ef937e39f66f278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 05:17:17 +0000 Subject: [PATCH] build(deps): 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_termux_elf_cleaner_to_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attach_termux_elf_cleaner_to_release.yml b/.github/workflows/attach_termux_elf_cleaner_to_release.yml index 3135f70..1cc7229 100644 --- a/.github/workflows/attach_termux_elf_cleaner_to_release.yml +++ b/.github/workflows/attach_termux_elf_cleaner_to_release.yml @@ -35,7 +35,7 @@ jobs: run: | ninja -C build/ test - name: Attach termux-elf-cleaner to release - uses: termux/upload-release-action@v4.1.0 + uses: termux/upload-release-action@v4.2.0 with: repo_token: ${{ secrets.TERMUXBOT2_TOKEN }} file: "build/termux-elf-cleaner"