From c8aa3fc48421d88e035917cf5ffe271e18cdc334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:30:36 -0800 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v13 (#10586) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CICD.yml | 4 ++-- .github/workflows/GnuTests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 9e336c7c3..706221247 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -548,14 +548,14 @@ jobs: --arg multisize "$SIZE_MULTI" \ '{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json - name: Download the previous individual size result - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v13 with: workflow: CICD.yml name: individual-size-result repo: uutils/coreutils path: dl - name: Download the previous size result - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v13 with: workflow: CICD.yml name: size-result diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 7eb40b1d4..64c4edb33 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -372,7 +372,7 @@ jobs: path: 'uutils' persist-credentials: false - name: Retrieve reference artifacts - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v13 # ref: continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet) with: