From 821bc27c669ba80a5967539c99dd2374b6d30d37 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 May 2026 09:04:51 +0000 Subject: [PATCH] ci(global): update dawidd6/action-download-artifact action to v21 --- .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 97304eaa..9ae3b59e 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -35,7 +35,7 @@ jobs: # cache wouldn't necessarily upload when it changes. actions/download-artifact also doesn't work # because it only handles artifacts uploaded in the same run, and we want to restore from the # previous successful run. - - uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 + - uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 if: github.event.inputs.repoCache != 'disabled' continue-on-error: true with: