Skip to content

Commit 97b9601

Browse files
authored
chore(deps): update actions/upload-pages-artifact action to v4 (#319)
1 parent 4cdfdd6 commit 97b9601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build docs
2121
run: make docs
2222
- name: Upload Pages artifact
23-
uses: actions/upload-pages-artifact@v3
23+
uses: actions/upload-pages-artifact@v4
2424
with:
2525
path: ./docs/public
2626

0 commit comments

Comments
 (0)