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"