Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
affggh authored Oct 18, 2024
1 parent 47f82ed commit 77eca28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
./build.sh
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-dist
path: build/dist
Expand All @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Build Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-dist

Expand Down

0 comments on commit 77eca28

Please sign in to comment.