From b7fcc22d42a1bb9132312dce6dc923a206c8f4f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Feb 2026 08:34:45 +0000 Subject: [PATCH] ci(global): update dawidd6/action-download-artifact action to v15 --- .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 97304ea..55a1d96 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@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15 if: github.event.inputs.repoCache != 'disabled' continue-on-error: true with: