From 26e130717292ebb8123860a0cfef10799858c18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 18:05:49 +0000 Subject: MAINT: Bump larsoner/circleci-artifacts-redirector-action Bumps `larsoner/circleci-artifacts-redirector-action` from 590e7142d7dc855dabe2e9225fa4a5694b76b7cb to 1e28a97d7b1e273a8f78ed4692bfd10f84706a45. --- updated-dependencies: - dependency-name: larsoner/circleci-artifacts-redirector-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/circleci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index de191d068..6da0eec0d 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -17,7 +17,7 @@ jobs: # if: github.repository == 'numpy/numpy' steps: - name: GitHub Action step - uses: larsoner/circleci-artifacts-redirector-action@master + uses: larsoner/circleci-artifacts-redirector-action@1e28a97d7b1e273a8f78ed4692bfd10f84706a45 # master with: repo-token: ${{ secrets.GITHUB_TOKEN }} artifact-path: 0/doc/build/html/index.html -- cgit v1.2.1