diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-07 19:01:04 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-07 19:01:04 +0000 |
| commit | ebed762527825f1f2f7407ead3cd8b734e1c812a (patch) | |
| tree | 931905d3cd9917e9a588d1b2c85d0615a6a92ecd /.github | |
| parent | 5632acec18cc5906b1625a8facf530db56c73300 (diff) | |
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-vet.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cargo-vet.yml b/.github/workflows/cargo-vet.yml index 864c138e9..f9cbf93dc 100644 --- a/.github/workflows/cargo-vet.yml +++ b/.github/workflows/cargo-vet.yml | |||
| @@ -44,7 +44,7 @@ jobs: | |||
| 44 | run: | | 44 | run: | |
| 45 | mkdir -p ./pr | 45 | mkdir -p ./pr |
| 46 | echo ${{ github.event.number }} > ./pr/NR | 46 | echo ${{ github.event.number }} > ./pr/NR |
| 47 | - uses: actions/upload-artifact@v4 | 47 | - uses: actions/upload-artifact@v5 |
| 48 | # Need to upload the artifact in both success and failure cases so comment can be updated in either case | 48 | # Need to upload the artifact in both success and failure cases so comment can be updated in either case |
| 49 | if: ${{ failure() }} || ${{ success() }} | 49 | if: ${{ failure() }} || ${{ success() }} |
| 50 | with: | 50 | with: |
