From ecd8d703bb21a2b9a6da19fc45a7f82163e6aca2 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 00:22:42 +0000 Subject: [PATCH] Update GitHub Action `actions/upload-artifact` to v7.0.1 --- .github/actions/dismiss-stale-approvals/action.yml | 2 +- .github/workflows/housekeeping-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/dismiss-stale-approvals/action.yml b/.github/actions/dismiss-stale-approvals/action.yml index 87c1a4a..8506b88 100644 --- a/.github/actions/dismiss-stale-approvals/action.yml +++ b/.github/actions/dismiss-stale-approvals/action.yml @@ -73,7 +73,7 @@ runs: echo "$BASE_SHA" >> shas.txt - name: Upload SHAs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 continue-on-error: true with: name: dismiss-stale-approvals-shas diff --git a/.github/workflows/housekeeping-dependencies.yml b/.github/workflows/housekeeping-dependencies.yml index cb426df..cedd9f6 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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: env.is_pr != 'true' && env.dry_run == 'disabled' && env.repo_cache != 'disabled' with: name: renovate-cache