From 16d3ab597b90b96340adbb383887c6f8e24b2066 Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:49:20 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v24 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 7c57743..e13a774 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -42,7 +42,7 @@ jobs: - name: Restore renovate cache artifact if: ${{ github.event_name != 'workflow_dispatch' || inputs.repoCache != 'disabled' }} - uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 + uses: dawidd6/action-download-artifact@d63b86af1b34672e53c440b1b83979861906bad7 # v24 continue-on-error: true with: name: ${{ env.cache_key }}