Skip to content

Commit d382edd

Browse files
authored
patch(ci): update artifacts github action to v4, remove commented out workflow
1 parent cf9c1c7 commit d382edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build website
2323
run: npm run build
2424
- name: Upload Build Artifact
25-
uses: actions/upload-pages-artifact@v3
25+
uses: actions/upload-pages-artifact@v4
2626
with:
2727
path: build
2828

0 commit comments

Comments
 (0)