Skip to content

Commit 57b5b13

Browse files
committed
Upgraded to @actions/download-artifact v4
1 parent f60b4da commit 57b5b13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/remoteBuild.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
name: ${{ format('Test / {0}', matrix.os) }}
141141
steps:
142142
- name: Download Build Artifact
143-
uses: actions/download-artifact@v3
143+
uses: actions/download-artifact@v4
144144
with:
145145
name: build-${{ matrix.os }}-archive
146146
- name: Unpack Build Artifact
@@ -175,15 +175,15 @@ jobs:
175175
echo 'releaseName=Nightly' >> $GITHUB_ENV
176176
echo 'releaseTagName=Nightly' >> $GITHUB_ENV
177177
- name: Download Build Artifact (windows-latest)
178-
uses: actions/download-artifact@v3
178+
uses: actions/download-artifact@v4
179179
with:
180180
name: build-windows-latest-archive
181181
- name: Download Build Artifact (macos-latest)
182-
uses: actions/download-artifact@v3
182+
uses: actions/download-artifact@v4
183183
with:
184184
name: build-macos-latest-archive
185185
- name: Download Build Artifact (ubuntu-latest)
186-
uses: actions/download-artifact@v3
186+
uses: actions/download-artifact@v4
187187
with:
188188
name: build-ubuntu-latest-archive
189189
- name: Get current date

0 commit comments

Comments
 (0)