Skip to content

Commit f15ca66

Browse files
committed
Update Github Actions
1 parent 76580eb commit f15ca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build project
4545
run: ${{ steps.detect-package-manager.outputs.runner }} npm run build
4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v4
47+
uses: actions/upload-pages-artifact@v2
4848
with:
4949
path: ./build
5050
# Deployment job

0 commit comments

Comments
 (0)