Skip to content

Commit 833f983

Browse files
authored
Merge pull request #10641 from uutils/renovate/dawidd6-action-download-artifact-14.x
chore(deps): update dawidd6/action-download-artifact action to v14
2 parents d24c343 + c3ebc96 commit 833f983

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,14 +548,14 @@ jobs:
548548
--arg multisize "$SIZE_MULTI" \
549549
'{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json
550550
- name: Download the previous individual size result
551-
uses: dawidd6/action-download-artifact@v13
551+
uses: dawidd6/action-download-artifact@v14
552552
with:
553553
workflow: CICD.yml
554554
name: individual-size-result
555555
repo: uutils/coreutils
556556
path: dl
557557
- name: Download the previous size result
558-
uses: dawidd6/action-download-artifact@v13
558+
uses: dawidd6/action-download-artifact@v14
559559
with:
560560
workflow: CICD.yml
561561
name: size-result

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
path: 'uutils'
373373
persist-credentials: false
374374
- name: Retrieve reference artifacts
375-
uses: dawidd6/action-download-artifact@v13
375+
uses: dawidd6/action-download-artifact@v14
376376
# ref: <https://github.com/dawidd6/action-download-artifact>
377377
continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet)
378378
with:

0 commit comments

Comments
 (0)