From 106cdeba7a079f3e0cd72b904e72fd2c67dbf24a Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 23 Apr 2026 04:45:45 -0700 Subject: [PATCH 1/2] Update action to maintained source scientfic-python --- .github/workflows/artifact_redirect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifact_redirect.yml b/.github/workflows/artifact_redirect.yml index 230cd4048..c5e478c2c 100644 --- a/.github/workflows/artifact_redirect.yml +++ b/.github/workflows/artifact_redirect.yml @@ -16,7 +16,7 @@ jobs: steps: - name: GitHub Action step id: step1 - uses: larsoner/circleci-artifacts-redirector-action@master + uses: scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} api-token: ${{ secrets.CIRCLECI_TOKEN }} From 93b4f75d0feedb5e0d2303cf1c44967303c4ae7b Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 23 Apr 2026 06:37:46 -0700 Subject: [PATCH 2/2] Add agriyakhetarpal's suggestion Co-authored-by: agriya khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> --- .github/workflows/artifact_redirect.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/artifact_redirect.yml b/.github/workflows/artifact_redirect.yml index c5e478c2c..4b43d9728 100644 --- a/.github/workflows/artifact_redirect.yml +++ b/.github/workflows/artifact_redirect.yml @@ -15,7 +15,6 @@ jobs: name: Run CircleCI artifacts redirector steps: - name: GitHub Action step - id: step1 uses: scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }}