Skip to content

Commit 1521435

Browse files
author
dsol-cpu
committed
updated to v4 in github workflow
1 parent a58eb41 commit 1521435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ls -R build/
3636

3737
- name: Upload Build Artifact
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: WebGL-Build
4141
path: build/WebGL
@@ -70,7 +70,7 @@ jobs:
7070
clean: true
7171

7272
- name: Download Build Artifact
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
name: WebGL-Build
7676
path: .

0 commit comments

Comments
 (0)