Skip to content

Commit cba86cf

Browse files
Bump dawidd6/action-download-artifact from 16 to 20
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v16...v20) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cffc45b commit cba86cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/gnu-data.yml

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

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

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

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

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

7878
- name: Download the size result
79-
uses: dawidd6/action-download-artifact@v16
79+
uses: dawidd6/action-download-artifact@v20
8080
with:
8181
workflow: CICD.yml
8282
name: size-result
8383
repo: uutils/coreutils
8484
path: dl
8585

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

0 commit comments

Comments
 (0)