From 8f4bfeece56c1d31b920116e9baf1b7ee2edfedd Mon Sep 17 00:00:00 2001 From: MithicSpirit Date: Mon, 12 Jan 2026 13:14:10 -0500 Subject: [PATCH] ci: fix ryand56/r2-upload-action version comment Does not entail any actual changes in the version, merely in the comment indicating the used version. Detected by CI (GitHub Action Pins) after nixpkgs update. --- .github/workflows/publish-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml index c433e7484..acb1ab1f1 100644 --- a/.github/workflows/publish-tag.yml +++ b/.github/workflows/publish-tag.yml @@ -64,7 +64,7 @@ jobs: mkdir blob mv appcast.xml blob/appcast.xml - name: Upload Appcast to R2 - uses: ryand56/r2-upload-action@b801a390acbdeb034c5e684ff5e1361c06639e7c # v1 + uses: ryand56/r2-upload-action@b801a390acbdeb034c5e684ff5e1361c06639e7c # v1.4 with: r2-account-id: ${{ secrets.CF_R2_RELEASE_ACCOUNT_ID }} r2-access-key-id: ${{ secrets.CF_R2_RELEASE_AWS_KEY }}