aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-11-07 12:06:30 -0800
committerGitHub <[email protected]>2025-11-07 12:06:30 -0800
commitecbe714e0c0410d4a59925a707e06481c57236cf (patch)
tree7b2d68edf240edb34fa190cc3213eda00679bf3d
parent53b4a5c79d186f3e0614ac8028b1d41254237ea2 (diff)
parentebed762527825f1f2f7407ead3cd8b734e1c812a (diff)
Merge pull request #5 from OpenDevicePartnership/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
-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 c25ae3671..d6baa29f5 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: