mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #8041 from uutils/renovate/dawidd6-action-download-artifact-10.x
chore(deps): update dawidd6/action-download-artifact action to v10
This commit is contained in:
commit
121de8eee7
2 changed files with 3 additions and 3 deletions
4
.github/workflows/CICD.yml
vendored
4
.github/workflows/CICD.yml
vendored
|
@ -443,14 +443,14 @@ jobs:
|
||||||
--arg multisize "$SIZE_MULTI" \
|
--arg multisize "$SIZE_MULTI" \
|
||||||
'{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json
|
'{($date): { sha: $sha, size: $size, multisize: $multisize, }}' > size-result.json
|
||||||
- name: Download the previous individual size result
|
- name: Download the previous individual size result
|
||||||
uses: dawidd6/action-download-artifact@v9
|
uses: dawidd6/action-download-artifact@v10
|
||||||
with:
|
with:
|
||||||
workflow: CICD.yml
|
workflow: CICD.yml
|
||||||
name: individual-size-result
|
name: individual-size-result
|
||||||
repo: uutils/coreutils
|
repo: uutils/coreutils
|
||||||
path: dl
|
path: dl
|
||||||
- name: Download the previous size result
|
- name: Download the previous size result
|
||||||
uses: dawidd6/action-download-artifact@v9
|
uses: dawidd6/action-download-artifact@v10
|
||||||
with:
|
with:
|
||||||
workflow: CICD.yml
|
workflow: CICD.yml
|
||||||
name: size-result
|
name: size-result
|
||||||
|
|
2
.github/workflows/GnuTests.yml
vendored
2
.github/workflows/GnuTests.yml
vendored
|
@ -136,7 +136,7 @@ jobs:
|
||||||
working-directory: ${{ steps.vars.outputs.path_GNU }}
|
working-directory: ${{ steps.vars.outputs.path_GNU }}
|
||||||
|
|
||||||
- name: Retrieve reference artifacts
|
- name: Retrieve reference artifacts
|
||||||
uses: dawidd6/action-download-artifact@v9
|
uses: dawidd6/action-download-artifact@v10
|
||||||
# ref: <https://github.com/dawidd6/action-download-artifact>
|
# 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)
|
continue-on-error: true ## don't break the build for missing reference artifacts (may be expired or just not generated yet)
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue