Skip to content

Commit dc98aa8

Browse files
authored
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
2 parents cbc160f + 75d2904 commit dc98aa8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/gnu-data.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,47 +45,47 @@ jobs:
4545
uses: actions/checkout@v6
4646

4747
- name: Download the GNU result
48-
uses: dawidd6/action-download-artifact@v16
48+
uses: dawidd6/action-download-artifact@v20
4949
with:
5050
workflow: GnuTests.yml
5151
name: test-summary
5252
repo: uutils/coreutils
5353
path: dl
5454

5555
- name: Download the busybox result
56-
uses: dawidd6/action-download-artifact@v16
56+
uses: dawidd6/action-download-artifact@v20
5757
with:
5858
workflow: make.yml
5959
name: busybox-result.json
6060
repo: uutils/coreutils
6161
path: dl
6262

6363
- name: Download the toybox result
64-
uses: dawidd6/action-download-artifact@v16
64+
uses: dawidd6/action-download-artifact@v20
6565
with:
6666
workflow: make.yml
6767
name: toybox-result.json
6868
repo: uutils/coreutils
6969
path: dl
7070

7171
- name: Download the individual size result
72-
uses: dawidd6/action-download-artifact@v16
72+
uses: dawidd6/action-download-artifact@v20
7373
with:
7474
workflow: make.yml
7575
name: individual-size-result
7676
repo: uutils/coreutils
7777
path: dl
7878

7979
- name: Download the size result
80-
uses: dawidd6/action-download-artifact@v16
80+
uses: dawidd6/action-download-artifact@v20
8181
with:
8282
workflow: make.yml
8383
name: size-result
8484
repo: uutils/coreutils
8585
path: dl
8686

8787
- name: Download the full test report
88-
uses: dawidd6/action-download-artifact@v16
88+
uses: dawidd6/action-download-artifact@v20
8989
with:
9090
workflow: GnuTests.yml
9191
name: aggregated-result

0 commit comments

Comments
 (0)