From 1fd619124805a094d240a2201c062e97fc929ff2 Mon Sep 17 00:00:00 2001 From: "schtack-renovator[bot]" <189104595+schtack-renovator[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:48:36 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 2bedc38..c4173f6 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -101,7 +101,7 @@ jobs: tar -czvf $cache_archive -C $cache_dir . - name: Upload Renovate cache - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: github.event.inputs.repoCache != 'disabled' with: name: ${{ env.cache_key }}