Skip to content

Commit a4cce6d

Browse files
renovate[bot]cakebaker
authored andcommitted
chore(deps): update dawidd6/action-download-artifact action to v18
1 parent d350174 commit a4cce6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
path: 'uutils'
355355
persist-credentials: false
356356
- name: Retrieve reference artifacts
357-
uses: dawidd6/action-download-artifact@v17
357+
uses: dawidd6/action-download-artifact@v18
358358
# ref: <https://github.com/dawidd6/action-download-artifact>
359359
continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet)
360360
with:

.github/workflows/make.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ jobs:
201201
--arg multisize "$SIZE_MULTI" \
202202
'{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json
203203
- name: Download the previous individual size result
204-
uses: dawidd6/action-download-artifact@v17
204+
uses: dawidd6/action-download-artifact@v18
205205
with:
206206
workflow: make.yml
207207
name: individual-size-result
208208
repo: uutils/coreutils
209209
path: dl
210210
- name: Download the previous size result
211-
uses: dawidd6/action-download-artifact@v17
211+
uses: dawidd6/action-download-artifact@v18
212212
with:
213213
workflow: make.yml
214214
name: size-result

0 commit comments

Comments
 (0)