diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-vet-pr-comment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cargo-vet-pr-comment.yml b/.github/workflows/cargo-vet-pr-comment.yml index fafb21641..66f27ceab 100644 --- a/.github/workflows/cargo-vet-pr-comment.yml +++ b/.github/workflows/cargo-vet-pr-comment.yml | |||
| @@ -31,7 +31,7 @@ jobs: | |||
| 31 | if: github.event.workflow_run.event == 'pull_request' | 31 | if: github.event.workflow_run.event == 'pull_request' |
| 32 | steps: | 32 | steps: |
| 33 | - name: 'Download artifact' | 33 | - name: 'Download artifact' |
| 34 | uses: actions/download-artifact@v4 | 34 | uses: actions/download-artifact@v6 |
| 35 | with: | 35 | with: |
| 36 | github-token: ${{ secrets.GITHUB_TOKEN }} | 36 | github-token: ${{ secrets.GITHUB_TOKEN }} |
| 37 | name: pr | 37 | name: pr |
