From fb04f0bde0c4a8af8c6bf54756f4e699f092612a Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 2 Sep 2026 23:22:56 +0900 Subject: [PATCH] chore(workflow): update upload-to-atr action --- .github/workflows/draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index a7a572ee2..f744fe1b2 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -148,7 +148,7 @@ jobs: CORDOVA_GPG_SECRET_KEY: ${{ secrets.CORDOVA_GPG_SECRET_KEY }} - name: Upload to Apache Trusted Release (ATR) - uses: apache/tooling-actions/upload-to-atr@f5f4c0e7ddfbde6b1f8288cef36324c6def68051 + uses: apache/tooling-actions/upload-to-atr@fa721a0b176d713807b574da721b96545b587eea with: project: ${{ env.REPO_NAME }} version: ${{ env.TARGET_RELEASE_VERSION }}