Skip to content

Commit

Permalink
chore: bump download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 17, 2024
1 parent 2b35350 commit 182775e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
if: ${{ github.event.inputs.deploy-to-pages == 'true' }}
steps:
- name: download webgl build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Build-WebGL
path: .
Expand All @@ -136,7 +136,7 @@ jobs:
rm -rf WebGL
- name: download webgl template
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: WebGL-Template
path: .
Expand Down

0 comments on commit 182775e

Please sign in to comment.