Skip to content

Commit d00da11

Browse files
authored
Merge pull request #58 from graphras-com/dependabot/github_actions/actions/upload-pages-artifact-5
chore(ci): bump actions/upload-pages-artifact from 3 to 5
2 parents 4d80379 + 7e0d87f commit d00da11

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
@@ -26,7 +26,7 @@ jobs:
2626
- run: python tools/generate_diagrams.py
2727
- run: mkdocs build --strict
2828
- if: github.event_name == 'push'
29-
uses: actions/upload-pages-artifact@v3
29+
uses: actions/upload-pages-artifact@v5
3030
with:
3131
path: site/
3232

0 commit comments

Comments
 (0)