aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-13 09:15:46 -0800
committerGitHub <[email protected]>2025-11-13 09:15:46 -0800
commit1a37ff58ac46bba0ea2c7f3bd26e830b95fc2132 (patch)
treeee0497eff7894bc9d291b16733b289215b2faeea
parent7480db25d5cc1866a3e037bfb89f990d9847bd10 (diff)
chore(deps): bump actions/download-artifact from 4 to 6 (#10)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/cargo-vet-pr-comment.yml2
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