chore(deps): update dawidd6/action-download-artifact action to v15

This commit is contained in:
renovate[bot]
2026-02-18 16:22:32 +01:00
committed by Daniel Hofstetter
parent 2a8eeadf5d
commit ce08ea0fff
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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@v14
uses: dawidd6/action-download-artifact@v15
with:
workflow: CICD.yml
name: individual-size-result
repo: uutils/coreutils
path: dl
- name: Download the previous size result
uses: dawidd6/action-download-artifact@v14
uses: dawidd6/action-download-artifact@v15
with:
workflow: CICD.yml
name: size-result
+1 -1
View File
@@ -354,7 +354,7 @@ jobs:
path: 'uutils'
persist-credentials: false
- name: Retrieve reference artifacts
uses: dawidd6/action-download-artifact@v14
uses: dawidd6/action-download-artifact@v15
# ref: <https://github.com/dawidd6/action-download-artifact>
continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet)
with: