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 94
94
uses : actions/checkout@v4
95
95
96
96
- name : Download artifacts
97
- uses : actions/download-artifact@v4
97
+ uses : actions/download-artifact@v5
98
98
with :
99
99
name : ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
100
100
path : ${{ env.DIST_DIR }}
@@ -199,7 +199,7 @@ jobs:
199
199
uses : actions/checkout@v4
200
200
201
201
- name : Download artifacts
202
- uses : actions/download-artifact@v4
202
+ uses : actions/download-artifact@v5
203
203
with :
204
204
name : ${{ env.ARTIFACT_NAME }}-Windows_64bit
205
205
path : ${{ env.DIST_DIR }}
@@ -253,7 +253,7 @@ jobs:
253
253
uses : actions/checkout@v4
254
254
255
255
- name : Download artifact
256
- uses : actions/download-artifact@v4
256
+ uses : actions/download-artifact@v5
257
257
with :
258
258
pattern : ${{ env.ARTIFACT_NAME }}-*
259
259
merge-multiple : true
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164
164
165
165
steps :
166
166
- name : Download build artifacts
167
- uses : actions/download-artifact@v4
167
+ uses : actions/download-artifact@v5
168
168
- name : Output checksum
169
169
run : |
170
170
TAG="${{ needs.package-name-prefix.outputs.prefix }}git-snapshot"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
uses : actions/checkout@v4
104
104
105
105
- name : Download artifacts
106
- uses : actions/download-artifact@v4
106
+ uses : actions/download-artifact@v5
107
107
with :
108
108
name : ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
109
109
path : ${{ env.DIST_DIR }}
@@ -208,7 +208,7 @@ jobs:
208
208
uses : actions/checkout@v4
209
209
210
210
- name : Download artifacts
211
- uses : actions/download-artifact@v4
211
+ uses : actions/download-artifact@v5
212
212
with :
213
213
name : ${{ env.ARTIFACT_NAME }}-Windows_64bit
214
214
path : ${{ env.DIST_DIR }}
@@ -262,7 +262,7 @@ jobs:
262
262
uses : actions/checkout@v4
263
263
264
264
- name : Download artifact
265
- uses : actions/download-artifact@v4
265
+ uses : actions/download-artifact@v5
266
266
with :
267
267
pattern : ${{ env.ARTIFACT_NAME }}-*
268
268
merge-multiple : true
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/checkout@v4
110
110
111
111
- name : Download configuration files artifact
112
- uses : actions/download-artifact@v4
112
+ uses : actions/download-artifact@v5
113
113
with :
114
114
pattern : ${{ env.CONFIGURATIONS_ARTIFACT }}-*
115
115
merge-multiple : true
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
run : go install github.com/wadey/gocovmerge@b5bfa59
183
183
184
184
- name : Download coverage data artifact
185
- uses : actions/download-artifact@v4
185
+ uses : actions/download-artifact@v5
186
186
with :
187
187
pattern : ${{ env.COVERAGE_ARTIFACT }}-*
188
188
merge-multiple : true
You can’t perform that action at this time.
0 commit comments