From 248216589aa9a1f6ae42a5b613d053c6458844b1 Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 2 Sep 2026 23:32:54 +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 a7a572e..f744fe1 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 }}