Skip to content

Commit 9acc774

Browse files
Update actions/upload-pages-artifact action to v5 (#2006)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbd86f1 commit 9acc774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Don't cache it to track updates.
2626
pip install mkdocs-material
2727
mkdocs build
28-
- uses: actions/upload-pages-artifact@v4
28+
- uses: actions/upload-pages-artifact@v5
2929
with:
3030
path: site
3131
- uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)