File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9999 uses : actions/checkout@v4
100100
101101 - name : Download artifacts
102- uses : actions/download-artifact@v4
102+ uses : actions/download-artifact@v5
103103 with :
104104 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
105105 path : ${{ env.DIST_DIR }}
@@ -191,7 +191,7 @@ jobs:
191191
192192 steps :
193193 - name : Download artifact
194- uses : actions/download-artifact@v4
194+ uses : actions/download-artifact@v5
195195 with :
196196 pattern : ${{ env.ARTIFACT_PREFIX }}*
197197 merge-multiple : true
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146
147147 steps :
148148 - name : Download build artifacts
149- uses : actions/download-artifact@v4
149+ uses : actions/download-artifact@v5
150150
151151 - name : Create checksum file
152152 run : |
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 uses : actions/checkout@v4
114114
115115 - name : Download artifacts
116- uses : actions/download-artifact@v4
116+ uses : actions/download-artifact@v5
117117 with :
118118 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
119119 path : ${{ env.DIST_DIR }}
@@ -203,7 +203,7 @@ jobs:
203203
204204 steps :
205205 - name : Download artifact
206- uses : actions/download-artifact@v4
206+ uses : actions/download-artifact@v5
207207 with :
208208 merge-multiple : true
209209 path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 uses : actions/checkout@v4
109109
110110 - name : Download artifacts
111- uses : actions/download-artifact@v4
111+ uses : actions/download-artifact@v5
112112 with :
113113 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
114114 path : ${{ env.DIST_DIR }}
@@ -198,7 +198,7 @@ jobs:
198198
199199 steps :
200200 - name : Download artifact
201- uses : actions/download-artifact@v4
201+ uses : actions/download-artifact@v5
202202 with :
203203 pattern : ${{ env.ARTIFACT_PREFIX }}*
204204 merge-multiple : true
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 uses : actions/checkout@v4
123123
124124 - name : Download configuration file artifacts
125- uses : actions/download-artifact@v4
125+ uses : actions/download-artifact@v5
126126 with :
127127 merge-multiple : true
128128 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 uses : actions/checkout@v4
113113
114114 - name : Download configuration file artifacts
115- uses : actions/download-artifact@v4
115+ uses : actions/download-artifact@v5
116116 with :
117117 merge-multiple : true
118118 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments