aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cargo-vet.yml2
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: