Skip to content

Commit 5cd9ede

Browse files
authored
Merge pull request #59 from hyperjump-io/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents f69848d + 7322570 commit 5cd9ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

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

0 commit comments

Comments
 (0)