File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5252
5353 - name : Download Clio binary from artifact
5454 if : ${{ inputs.artifact_name != null }}
55- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
55+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
5656 with :
5757 name : ${{ inputs.artifact_name }}
5858 path : ./docker/clio/artifact/
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 steps :
104104 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
105105
106- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
106+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
107107 with :
108108 name : clio_server_Linux_Release_gcc
109109
Original file line number Diff line number Diff line change 7272 image : ghcr.io/xrplf/clio-ci:14342e087ceb8b593027198bf9ef06a43833c696
7373
7474 steps :
75- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
75+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
7676 with :
7777 name : clio_tests_check_libxrpl
7878
Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ jobs:
6464 with :
6565 enable_ccache : false
6666
67- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
67+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
6868 with :
6969 path : release_artifacts
7070 pattern : clio_server_*
7171
7272 - name : Prepare release artifacts
7373 run : .github/scripts/prepare-release-artifacts.sh release_artifacts
7474
75- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
75+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
7676 with :
7777 path : release_artifacts
7878 pattern : clio_deb_package_*
Original file line number Diff line number Diff line change 5454 with :
5555 fetch-depth : 0
5656
57- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
57+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
5858 with :
5959 name : clio_tests_${{ runner.os }}_${{ inputs.build_type }}_${{ inputs.conan_profile }}
6060
@@ -134,7 +134,7 @@ jobs:
134134 sleep 1
135135 done
136136
137- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
137+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
138138 with :
139139 name : clio_integration_tests_${{ runner.os }}_${{ inputs.build_type }}_${{ inputs.conan_profile }}
140140
Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222
2323 - name : Download report artifact
24- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
24+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
2525 with :
2626 name : coverage-report.xml
2727 path : build
You can’t perform that action at this time.
0 commit comments