From 9a4644f1a6f07bd5b7588719ebba39c5eab594b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:00:10 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/matrix_builds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix_builds.yaml b/.github/workflows/matrix_builds.yaml index 7d56766557..8503e2cf9e 100644 --- a/.github/workflows/matrix_builds.yaml +++ b/.github/workflows/matrix_builds.yaml @@ -576,7 +576,7 @@ jobs: - name: Upload (LOG) Artifacts [https://${{ env.GHCRPKG_URL }}] if: env.CONTINUE_GHRUN != 'FALSE' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ env.CRATE_NAME }}_${{ matrix.package.host }} path: |