From 8947d34fedd33109db3e933caa43879bb2926f4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:23:14 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v22 --- .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 91084746efd..ee53112d331 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -355,7 +355,7 @@ jobs: path: 'uutils' persist-credentials: false - name: Retrieve reference artifacts - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v22 # 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 9d09612b6c6..a404cea543f 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -182,14 +182,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@v21 + uses: dawidd6/action-download-artifact@v22 with: workflow: make.yml name: individual-size-result repo: uutils/coreutils path: dl - name: Download the previous size result - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v22 with: workflow: make.yml name: size-result