From 70d246542982a5e3f3d626de38239531d9ae672c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:35:00 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .github/workflows/container-prune.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-prune.yml b/.github/workflows/container-prune.yml index 64fa4a28..4e173679 100644 --- a/.github/workflows/container-prune.yml +++ b/.github/workflows/container-prune.yml @@ -173,7 +173,7 @@ jobs: if: always() steps: - name: Download all artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 with: pattern: prune-*-log-${{ github.run_id }} merge-multiple: true