You've already forked coreutils-tracking
mirror of
https://github.com/uutils/coreutils-tracking.git
synced 2026-06-10 16:12:04 -07:00
Bump dawidd6/action-download-artifact from 15 to 16
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 15 to 16. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v15...v16) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Daniel Hofstetter
parent
13eecf3d62
commit
ee57b061c6
@@ -44,7 +44,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Download the GNU result
|
||||
uses: dawidd6/action-download-artifact@v15
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
with:
|
||||
workflow: GnuTests.yml
|
||||
name: test-summary
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the busybox result
|
||||
uses: dawidd6/action-download-artifact@v15
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
name: busybox-result.json
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the toybox result
|
||||
uses: dawidd6/action-download-artifact@v15
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
name: toybox-result.json
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the individual size result
|
||||
uses: dawidd6/action-download-artifact@v15
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
name: individual-size-result
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the size result
|
||||
uses: dawidd6/action-download-artifact@v15
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
name: size-result
|
||||
@@ -84,7 +84,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the full test report
|
||||
uses: dawidd6/action-download-artifact@v15
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
with:
|
||||
workflow: GnuTests.yml
|
||||
name: aggregated-result
|
||||
|
||||
Reference in New Issue
Block a user