Skip to content

Commit 640e865

Browse files
Update actions/upload-pages-artifact action to v4
1 parent 8e127f2 commit 640e865

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
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/configure-pages@v5
4040

4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v3
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
# Upload entire repository
4545
path: './docs/html'

0 commit comments

Comments
 (0)