Skip to content

Commit e3c5b38

Browse files
build(deps): bump actions/upload-pages-artifact from 3 to 4 (#540)
1 parent b18dcc4 commit e3c5b38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn build
2121
- run: ln -s index.html dist/404.html
2222
- name: Upload Pages artifact
23-
uses: actions/upload-pages-artifact@v3
23+
uses: actions/upload-pages-artifact@v4
2424
with:
2525
path: dist
2626
deploy:

0 commit comments

Comments
 (0)