Skip to content

Commit 05852b1

Browse files
chore(deps): update actions/upload-pages-artifact action to v4
1 parent 2b3381a commit 05852b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: node
1818
- run: npm ci
1919
- run: npm run docs
20-
- uses: actions/upload-pages-artifact@v3
20+
- uses: actions/upload-pages-artifact@v4
2121
with:
2222
path: public
2323
- uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)