Skip to content

Commit afab84e

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 0647f11 commit afab84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: ${{ env.BUILD_PATH }}
6060

6161
- name: Upload artifact
62-
uses: actions/upload-pages-artifact@v3
62+
uses: actions/upload-pages-artifact@v4
6363
with:
6464
path: ${{ env.BUILD_PATH }}/dist
6565

0 commit comments

Comments
 (0)