File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9494 uses : actions/checkout@v4
9595
9696 - name : Download artifacts
97- uses : actions/download-artifact@v4
97+ uses : actions/download-artifact@v5
9898 with :
9999 name : ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
100100 path : ${{ env.DIST_DIR }}
@@ -199,7 +199,7 @@ jobs:
199199 uses : actions/checkout@v4
200200
201201 - name : Download artifacts
202- uses : actions/download-artifact@v4
202+ uses : actions/download-artifact@v5
203203 with :
204204 name : ${{ env.ARTIFACT_NAME }}-Windows_64bit
205205 path : ${{ env.DIST_DIR }}
@@ -253,7 +253,7 @@ jobs:
253253 uses : actions/checkout@v4
254254
255255 - name : Download artifact
256- uses : actions/download-artifact@v4
256+ uses : actions/download-artifact@v5
257257 with :
258258 pattern : ${{ env.ARTIFACT_NAME }}-*
259259 merge-multiple : true
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164
165165 steps :
166166 - name : Download build artifacts
167- uses : actions/download-artifact@v4
167+ uses : actions/download-artifact@v5
168168 - name : Output checksum
169169 run : |
170170 TAG="${{ needs.package-name-prefix.outputs.prefix }}git-snapshot"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 uses : actions/checkout@v4
104104
105105 - name : Download artifacts
106- uses : actions/download-artifact@v4
106+ uses : actions/download-artifact@v5
107107 with :
108108 name : ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
109109 path : ${{ env.DIST_DIR }}
@@ -208,7 +208,7 @@ jobs:
208208 uses : actions/checkout@v4
209209
210210 - name : Download artifacts
211- uses : actions/download-artifact@v4
211+ uses : actions/download-artifact@v5
212212 with :
213213 name : ${{ env.ARTIFACT_NAME }}-Windows_64bit
214214 path : ${{ env.DIST_DIR }}
@@ -262,7 +262,7 @@ jobs:
262262 uses : actions/checkout@v4
263263
264264 - name : Download artifact
265- uses : actions/download-artifact@v4
265+ uses : actions/download-artifact@v5
266266 with :
267267 pattern : ${{ env.ARTIFACT_NAME }}-*
268268 merge-multiple : true
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 uses : actions/checkout@v4
110110
111111 - name : Download configuration files artifact
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@v5
113113 with :
114114 pattern : ${{ env.CONFIGURATIONS_ARTIFACT }}-*
115115 merge-multiple : true
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 run : go install github.com/wadey/gocovmerge@b5bfa59
183183
184184 - name : Download coverage data artifact
185- uses : actions/download-artifact@v4
185+ uses : actions/download-artifact@v5
186186 with :
187187 pattern : ${{ env.COVERAGE_ARTIFACT }}-*
188188 merge-multiple : true
You can’t perform that action at this time.
0 commit comments