Skip to content

Commit a4701f4

Browse files
authored
Merge pull request #9836 from uutils/renovate/dawidd6-action-download-artifact-12.x
chore(deps): update dawidd6/action-download-artifact action to v12
2 parents 36d5003 + 04f0764 commit a4701f4

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
@@ -502,14 +502,14 @@ jobs:
502502
--arg multisize "$SIZE_MULTI" \
503503
'{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json
504504
- name: Download the previous individual size result
505-
uses: dawidd6/action-download-artifact@v11
505+
uses: dawidd6/action-download-artifact@v12
506506
with:
507507
workflow: CICD.yml
508508
name: individual-size-result
509509
repo: uutils/coreutils
510510
path: dl
511511
- name: Download the previous size result
512-
uses: dawidd6/action-download-artifact@v11
512+
uses: dawidd6/action-download-artifact@v12
513513
with:
514514
workflow: CICD.yml
515515
name: size-result

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
path: 'uutils'
345345
persist-credentials: false
346346
- name: Retrieve reference artifacts
347-
uses: dawidd6/action-download-artifact@v11
347+
uses: dawidd6/action-download-artifact@v12
348348
# ref: <https://github.com/dawidd6/action-download-artifact>
349349
continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet)
350350
with:

0 commit comments

Comments
 (0)