Skip to content

Commit eed987f

Browse files
authored
Merge pull request #8 from HoGentTIN/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 3a63fe2 + ac31229 commit eed987f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: '3.12'
2626
- run: pip install mkslides
2727
- run: mkslides build docs/
28-
- uses: actions/upload-pages-artifact@v3
28+
- uses: actions/upload-pages-artifact@v4
2929
with:
3030
path: ./site
3131
- id: deployment

0 commit comments

Comments
 (0)