From 34e1d933a363720cfcdbbd717ee466e192c13c40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:06:11 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v21 --- .github/workflows/GnuTests.yml | 2 +- .github/workflows/make.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index f91941feb..b87a2fe77 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -354,7 +354,7 @@ jobs: path: 'uutils' persist-credentials: false - name: Retrieve reference artifacts - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 # ref: continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet) with: diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index e12ae2977..4cfc8233e 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -201,14 +201,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@v20 + uses: dawidd6/action-download-artifact@v21 with: workflow: make.yml name: individual-size-result repo: uutils/coreutils path: dl - name: Download the previous size result - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 with: workflow: make.yml name: size-result