File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments