From 2ff74a84676da703cd08114bf64c014e86c8256f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 18 Jun 2024 13:23:53 -0700 Subject: [PATCH] CI Update action that got moved org (#29284) Co-authored-by: Olivier Grisel --- .github/workflows/artifact-redirector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifact-redirector.yml b/.github/workflows/artifact-redirector.yml index 3fdbc06fac3..690cacefda9 100644 --- a/.github/workflows/artifact-redirector.yml +++ b/.github/workflows/artifact-redirector.yml @@ -15,7 +15,7 @@ jobs: name: Run CircleCI artifacts redirector steps: - name: GitHub Action step - uses: larsoner/circleci-artifacts-redirector-action@master + uses: scientific-python/circleci-artifacts-redirector-action@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} api-token: ${{ secrets.CIRCLECI_TOKEN }}