Skip to content

Commit 0eeecf6

Browse files
chore(deps): update actions/upload-pages-artifact action to v4 (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 942550d commit 0eeecf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build mkdocs
1919
run: mkdocs build
2020
- name: Upload GitHub Pages artifact
21-
uses: actions/upload-pages-artifact@v3
21+
uses: actions/upload-pages-artifact@v4
2222
with:
2323
name: site
2424
path: site/

0 commit comments

Comments
 (0)