Skip to content

Commit 052e112

Browse files
authored
Merge pull request #19 from uutils/dependabot/github_actions/dawidd6/action-download-artifact-7
Bump dawidd6/action-download-artifact from 6 to 7
2 parents 7121205 + 0918dd4 commit 052e112

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
@@ -22,47 +22,47 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Download the GNU result
25-
uses: dawidd6/action-download-artifact@v6
25+
uses: dawidd6/action-download-artifact@v7
2626
with:
2727
workflow: GnuTests.yml
2828
name: test-summary
2929
repo: uutils/coreutils
3030
path: dl
3131

3232
- name: Download the busybox result
33-
uses: dawidd6/action-download-artifact@v6
33+
uses: dawidd6/action-download-artifact@v7
3434
with:
3535
workflow: CICD.yml
3636
name: busybox-result.json
3737
repo: uutils/coreutils
3838
path: dl
3939

4040
- name: Download the toybox result
41-
uses: dawidd6/action-download-artifact@v6
41+
uses: dawidd6/action-download-artifact@v7
4242
with:
4343
workflow: CICD.yml
4444
name: toybox-result.json
4545
repo: uutils/coreutils
4646
path: dl
4747

4848
- name: Download the individual size result
49-
uses: dawidd6/action-download-artifact@v6
49+
uses: dawidd6/action-download-artifact@v7
5050
with:
5151
workflow: CICD.yml
5252
name: individual-size-result
5353
repo: uutils/coreutils
5454
path: dl
5555

5656
- name: Download the size result
57-
uses: dawidd6/action-download-artifact@v6
57+
uses: dawidd6/action-download-artifact@v7
5858
with:
5959
workflow: CICD.yml
6060
name: size-result
6161
repo: uutils/coreutils
6262
path: dl
6363

6464
- name: Download the full test report
65-
uses: dawidd6/action-download-artifact@v6
65+
uses: dawidd6/action-download-artifact@v7
6666
with:
6767
workflow: GnuTests.yml
6868
name: gnu-full-result.json

0 commit comments

Comments
 (0)