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 10 to 11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v10...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download the GNU result
|
||||
uses: dawidd6/action-download-artifact@v10
|
||||
uses: dawidd6/action-download-artifact@v11
|
||||
with:
|
||||
workflow: GnuTests.yml
|
||||
name: test-summary
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the busybox result
|
||||
uses: dawidd6/action-download-artifact@v10
|
||||
uses: dawidd6/action-download-artifact@v11
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
name: busybox-result.json
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the toybox result
|
||||
uses: dawidd6/action-download-artifact@v10
|
||||
uses: dawidd6/action-download-artifact@v11
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
name: toybox-result.json
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the individual size result
|
||||
uses: dawidd6/action-download-artifact@v10
|
||||
uses: dawidd6/action-download-artifact@v11
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
name: individual-size-result
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the size result
|
||||
uses: dawidd6/action-download-artifact@v10
|
||||
uses: dawidd6/action-download-artifact@v11
|
||||
with:
|
||||
workflow: CICD.yml
|
||||
name: size-result
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the full test report
|
||||
uses: dawidd6/action-download-artifact@v10
|
||||
uses: dawidd6/action-download-artifact@v11
|
||||
with:
|
||||
workflow: GnuTests.yml
|
||||
name: aggregated-result
|
||||
|
||||
Reference in New Issue
Block a user