File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99
99
uses : actions/checkout@v4
100
100
101
101
- name : Download artifacts
102
- uses : actions/download-artifact@v4
102
+ uses : actions/download-artifact@v5
103
103
with :
104
104
name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
105
105
path : ${{ env.DIST_DIR }}
@@ -192,7 +192,7 @@ jobs:
192
192
193
193
steps :
194
194
- name : Download artifact
195
- uses : actions/download-artifact@v4
195
+ uses : actions/download-artifact@v5
196
196
with :
197
197
pattern : ${{ env.ARTIFACT_PREFIX }}*
198
198
merge-multiple : true
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
147
147
steps :
148
148
- name : Download build artifacts
149
- uses : actions/download-artifact@v4
149
+ uses : actions/download-artifact@v5
150
150
151
151
- name : Create checksum file
152
152
run : |
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
uses : actions/checkout@v4
109
109
110
110
- name : Download artifacts
111
- uses : actions/download-artifact@v4
111
+ uses : actions/download-artifact@v5
112
112
with :
113
113
name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
114
114
path : ${{ env.DIST_DIR }}
@@ -198,7 +198,7 @@ jobs:
198
198
199
199
steps :
200
200
- name : Download artifact
201
- uses : actions/download-artifact@v4
201
+ uses : actions/download-artifact@v5
202
202
with :
203
203
pattern : ${{ env.ARTIFACT_PREFIX }}*
204
204
merge-multiple : true
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
uses : actions/checkout@v4
126
126
127
127
- name : Download configuration file artifacts
128
- uses : actions/download-artifact@v4
128
+ uses : actions/download-artifact@v5
129
129
with :
130
130
merge-multiple : true
131
131
pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments