From 3ba32d3158827e764dd8fc2d1f5e98146b79baa5 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:11:55 +0000 Subject: [PATCH] Update GitHub Action `actions/upload-artifact` to v7 --- .github/workflows/housekeeping-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/housekeeping-dependencies.yml b/.github/workflows/housekeeping-dependencies.yml index e4a0ee5..797df4a 100644 --- a/.github/workflows/housekeeping-dependencies.yml +++ b/.github/workflows/housekeeping-dependencies.yml @@ -171,7 +171,7 @@ jobs: run: tar -czvf renovate_cache.tar.gz -C /tmp/renovate/cache/renovate/repository . - name: Upload renovate cache - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: env.is_pr != 'true' && env.dry_run == 'disabled' && env.repo_cache != 'disabled' with: name: renovate-cache