Skip to content

Commit

Permalink
Merge pull request #6449 from uutils/renovate/dawidd6-action-download…
Browse files Browse the repository at this point in the history
…-artifact-5.x

chore(deps): update dawidd6/action-download-artifact action to v5
  • Loading branch information
cakebaker committed Jun 4, 2024
2 parents f56e121 + edf6874 commit 978f14c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,14 +397,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@v4
uses: dawidd6/action-download-artifact@v5
with:
workflow: CICD.yml
name: individual-size-result
repo: uutils/coreutils
path: dl
- name: Download the previous size result
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v5
with:
workflow: CICD.yml
name: size-result
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
ref: ${{ steps.vars.outputs.repo_GNU_ref }}
submodules: recursive
- name: Retrieve reference artifacts
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v5
# 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:
Expand Down

0 comments on commit 978f14c

Please sign in to comment.