From 872cdd44724264832ae8311214b268f4c3896ccb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 13:41:12 +0000 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v17 --- .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 8decad5bfa6..104188045c1 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@v16 + uses: dawidd6/action-download-artifact@v17 # 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 6b5552087c6..645ba1000b8 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@v16 + uses: dawidd6/action-download-artifact@v17 with: workflow: make.yml name: individual-size-result repo: uutils/coreutils path: dl - name: Download the previous size result - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v17 with: workflow: make.yml name: size-result