Skip to content

Commit 47de52a

Browse files
renovate[bot]drebbe-intrepid
authored andcommitted
chore(deps): update dawidd6/action-download-artifact action to v8
1 parent 8bc491f commit 47de52a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,14 +417,14 @@ jobs:
417417
--arg multisize "$SIZE_MULTI" \
418418
'{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json
419419
- name: Download the previous individual size result
420-
uses: dawidd6/action-download-artifact@v7
420+
uses: dawidd6/action-download-artifact@v8
421421
with:
422422
workflow: CICD.yml
423423
name: individual-size-result
424424
repo: uutils/coreutils
425425
path: dl
426426
- name: Download the previous size result
427-
uses: dawidd6/action-download-artifact@v7
427+
uses: dawidd6/action-download-artifact@v8
428428
with:
429429
workflow: CICD.yml
430430
name: size-result

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
working-directory: ${{ steps.vars.outputs.path_GNU }}
9292

9393
- name: Retrieve reference artifacts
94-
uses: dawidd6/action-download-artifact@v7
94+
uses: dawidd6/action-download-artifact@v8
9595
# ref: <https://github.com/dawidd6/action-download-artifact>
9696
continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet)
9797
with:

0 commit comments

Comments
 (0)