From 91bf28ebb03915588178e3ec97e591794c52b825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:24:22 +0000 Subject: [PATCH] Bump ryand56/r2-upload-action from 1.3.4 to 1.4 Bumps [ryand56/r2-upload-action](https://github.com/ryand56/r2-upload-action) from 1.3.4 to 1.4. - [Release notes](https://github.com/ryand56/r2-upload-action/releases) - [Commits](https://github.com/ryand56/r2-upload-action/compare/v1.3.4...v1.4) --- updated-dependencies: - dependency-name: ryand56/r2-upload-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-latest.yml b/.github/workflows/update-latest.yml index 76a7105..083e89f 100644 --- a/.github/workflows/update-latest.yml +++ b/.github/workflows/update-latest.yml @@ -26,7 +26,7 @@ jobs: '.builds[].ota.path |= $version + "/" + . | (.builds[].parts // [])[].path |= $version + "/" + .' \ manifest.json > output/manifest.json - name: Upload updated manifest to R2 - uses: ryand56/r2-upload-action@v1.3.4 + uses: ryand56/r2-upload-action@v1.4 with: r2-account-id: ${{ secrets.CLOUDFLARE_R2_ACCOUNT_ID }} r2-access-key-id: ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_ID }}