File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,25 +56,25 @@ jobs:
5656 run_install : false
5757
5858 - name : Download Bati CLI
59- uses : actions/download-artifact@v4
59+ uses : actions/download-artifact@v5
6060 with :
6161 name : bati-cli-${{ inputs.os }}-${{ inputs.node }}
6262 path : ./bati-cli
6363
6464 - name : Download Bati tests
65- uses : actions/download-artifact@v4
65+ uses : actions/download-artifact@v5
6666 with :
6767 name : bati-tests-${{ inputs.os }}-${{ inputs.node }}
6868 path : ./bati-tests
6969
7070 - name : Download tests-utils
71- uses : actions/download-artifact@v4
71+ uses : actions/download-artifact@v5
7272 with :
7373 name : tests-utils-${{ inputs.os }}-${{ inputs.node }}
7474 path : ./bati-tests-utils
7575
7676 - name : Download tests-files
77- uses : actions/download-artifact@v4
77+ uses : actions/download-artifact@v5
7878 with :
7979 name : tests-files-${{ inputs.os }}-${{ inputs.node }}
8080 path : ./bati-tests-files
You can’t perform that action at this time.
0 commit comments