Skip to content

Commit c2d0094

Browse files
authored
Rollup merge of #154739 - xtqqczze:GH154738, r=jieyouxu
ci: update upload-artifact action to v7 Closes #154738
2 parents 85c072e + 8798ba6 commit c2d0094

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
df -h
255255
256256
- name: upload artifacts to github
257-
uses: actions/upload-artifact@v4
257+
uses: actions/upload-artifact@v7
258258
with:
259259
# name is set in previous step
260260
name: ${{ env.DOC_ARTIFACT_NAME }}

.github/workflows/dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: ./src/tools/update-lockfile.sh
6767

6868
- name: upload Cargo.lock artifact for use in PR
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: Cargo-lock
7272
path: |
@@ -75,7 +75,7 @@ jobs:
7575
src/tools/rustbook/Cargo.lock
7676
retention-days: 1
7777
- name: upload cargo-update log artifact for use in PR
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v7
7979
with:
8080
name: cargo-updates
8181
path: cargo_update.log

0 commit comments

Comments
 (0)