ci: update upload-artifact action to v7

This commit is contained in:
xtqqczze
2026-04-03 01:24:33 +01:00
parent e6b64a2f4c
commit 8798ba6943
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ jobs:
df -h
- name: upload artifacts to github
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
# name is set in previous step
name: ${{ env.DOC_ARTIFACT_NAME }}
+2 -2
View File
@@ -66,7 +66,7 @@ jobs:
run: ./src/tools/update-lockfile.sh
- name: upload Cargo.lock artifact for use in PR
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: Cargo-lock
path: |
@@ -75,7 +75,7 @@ jobs:
src/tools/rustbook/Cargo.lock
retention-days: 1
- name: upload cargo-update log artifact for use in PR
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: cargo-updates
path: cargo_update.log