You've already forked coreutils-tracking
mirror of
https://github.com/uutils/coreutils-tracking.git
synced 2026-06-10 16:12:04 -07:00
Merge pull request #47 from uutils/dependabot/github_actions/dawidd6/action-download-artifact-20
Build(deps): bump dawidd6/action-download-artifact from 16 to 20
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Download the GNU result
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
uses: dawidd6/action-download-artifact@v20
|
||||
with:
|
||||
workflow: GnuTests.yml
|
||||
name: test-summary
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the busybox result
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
uses: dawidd6/action-download-artifact@v20
|
||||
with:
|
||||
workflow: make.yml
|
||||
name: busybox-result.json
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the toybox result
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
uses: dawidd6/action-download-artifact@v20
|
||||
with:
|
||||
workflow: make.yml
|
||||
name: toybox-result.json
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the individual size result
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
uses: dawidd6/action-download-artifact@v20
|
||||
with:
|
||||
workflow: make.yml
|
||||
name: individual-size-result
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the size result
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
uses: dawidd6/action-download-artifact@v20
|
||||
with:
|
||||
workflow: make.yml
|
||||
name: size-result
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
path: dl
|
||||
|
||||
- name: Download the full test report
|
||||
uses: dawidd6/action-download-artifact@v16
|
||||
uses: dawidd6/action-download-artifact@v20
|
||||
with:
|
||||
workflow: GnuTests.yml
|
||||
name: aggregated-result
|
||||
|
||||
Reference in New Issue
Block a user