File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 fetch-depth : 0
3232
3333 - name : Download CMake Artifacts
34- uses : actions/download-artifact@v4
34+ uses : actions/download-artifact@v5
3535 with :
3636 pattern : linux-x64
3737 path : ./downloads
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v5
3232
3333 - name : Download CMake Artifacts
34- uses : actions/download-artifact@v4
34+ uses : actions/download-artifact@v5
3535 with :
3636 pattern : linux-*
3737 path : ./downloads
Original file line number Diff line number Diff line change 1818 uses : hmarr/debug-action@v3
1919
2020 - name : download
21- uses : actions/download-artifact@v4
21+ uses : actions/download-artifact@v5
2222 with :
2323 path : ${{ runner.workspace }}/downloads
2424 merge_multiple : false # some artifacts have the same name and so can not be aggregated in a single directory
You can’t perform that action at this time.
0 commit comments