Skip to content

Commit 78fed50

Browse files
authored
Merge pull request #6 from MathewHDYT/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2.0.8 to 4.1.7 in /.github/workflows
2 parents 125a0aa + 170380a commit 78fed50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
semver_only: true
216216

217217
- name: Download build
218-
uses: actions/download-artifact@v2.0.8
218+
uses: actions/download-artifact@v4.1.7
219219
with:
220220
name: build-StandaloneWindows64
221221
path: build/StandaloneWindows64
@@ -244,7 +244,7 @@ jobs:
244244
semver_only: true
245245

246246
- name: Download build
247-
uses: actions/download-artifact@v2.0.8
247+
uses: actions/download-artifact@v4.1.7
248248
with:
249249
name: build-WebGL
250250
path: build/WebGL
@@ -273,7 +273,7 @@ jobs:
273273
semver_only: true
274274

275275
- name: Download build
276-
uses: actions/download-artifact@v2.0.8
276+
uses: actions/download-artifact@v4.1.7
277277
with:
278278
name: build-Android
279279
path: build/Android

0 commit comments

Comments
 (0)