mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
chore(deps): update dawidd6/action-download-artifact action to v5
This commit is contained in:
parent
f56e121eb0
commit
edf6874a8c
2 changed files with 3 additions and 3 deletions
4
.github/workflows/CICD.yml
vendored
4
.github/workflows/CICD.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue