Skip to content

Commit bf9598e

Browse files
authored
Merge pull request #4 from ThemeParks/dependabot/github_actions/actions/upload-pages-artifact-5
ci: bump actions/upload-pages-artifact from 3 to 5
2 parents 9d584e9 + a806d86 commit bf9598e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with: { node-version: '20', cache: 'npm' }
2323
- run: npm ci
2424
- run: npm run docs
25-
- uses: actions/upload-pages-artifact@v3
25+
- uses: actions/upload-pages-artifact@v5
2626
with: { path: docs-site }
2727

2828
deploy:

0 commit comments

Comments
 (0)