From 8798ba69439d71c4a84635d5dc891e748dec9e4f Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 3 Apr 2026 01:24:33 +0100 Subject: [PATCH] ci: update upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/dependencies.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcdde9c91e8d..fb449197f78b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 7c721c7abeaa..4d2e2989e834 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -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