diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2023-04-12 14:58:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 14:58:11 -0400 |
| commit | 08f675c15b5009c8736ea7e63f7e2ebeac291d14 (patch) | |
| tree | 98511dbdc1f830830685a76f054b3f4ee0a9f234 | |
| parent | a525da81de28b7fc46f07fee8af345bcb94422d3 (diff) | |
| parent | 83a4935ac27179a1ba927c0b226f249c8983a256 (diff) | |
| download | numpy-08f675c15b5009c8736ea7e63f7e2ebeac291d14.tar.gz | |
Merge pull request #23572 from numpy/dependabot/github_actions/larsoner/circleci-artifacts-redirector-action-0a7552bf8cf99cbd40a8928fa48e858e205b98c8
MAINT: Bump larsoner/circleci-artifacts-redirector-action
| -rw-r--r-- | .github/workflows/circleci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index 9f6e1b8e2..a8c5f63bb 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -18,7 +18,7 @@ jobs: statuses: write steps: - name: GitHub Action step - uses: larsoner/circleci-artifacts-redirector-action@24d48fa16ba1f5e23907ebcb74150363d37499d3 # master + uses: larsoner/circleci-artifacts-redirector-action@0a7552bf8cf99cbd40a8928fa48e858e205b98c8 # master with: repo-token: ${{ secrets.GITHUB_TOKEN }} artifact-path: 0/doc/build/html/index.html |
