File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
name : ${{ format('Test / {0}', matrix.os) }}
141
141
steps :
142
142
- name : Download Build Artifact
143
- uses : actions/download-artifact@v3
143
+ uses : actions/download-artifact@v4
144
144
with :
145
145
name : build-${{ matrix.os }}-archive
146
146
- name : Unpack Build Artifact
@@ -175,15 +175,15 @@ jobs:
175
175
echo 'releaseName=Nightly' >> $GITHUB_ENV
176
176
echo 'releaseTagName=Nightly' >> $GITHUB_ENV
177
177
- name : Download Build Artifact (windows-latest)
178
- uses : actions/download-artifact@v3
178
+ uses : actions/download-artifact@v4
179
179
with :
180
180
name : build-windows-latest-archive
181
181
- name : Download Build Artifact (macos-latest)
182
- uses : actions/download-artifact@v3
182
+ uses : actions/download-artifact@v4
183
183
with :
184
184
name : build-macos-latest-archive
185
185
- name : Download Build Artifact (ubuntu-latest)
186
- uses : actions/download-artifact@v3
186
+ uses : actions/download-artifact@v4
187
187
with :
188
188
name : build-ubuntu-latest-archive
189
189
- name : Get current date
You can’t perform that action at this time.
0 commit comments