From 8f4bfeece56c1d31b920116e9baf1b7ee2edfedd Mon Sep 17 00:00:00 2001 From: MithicSpirit Date: Mon, 12 Jan 2026 18:14:10 +0000 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(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/.github/workflows/publish-tag.yml b/.github/workflows/publish-tag.yml --- a/.github/workflows/publish-tag.yml +++ b/.github/workflows/publish-tag.yml @@ -64,7 +64,7 @@ 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 }} -- tangled.sh