Skip to content

Commit 25e5559

Browse files
authored
Use upload-artifact@v4
1 parent d20a46e commit 25e5559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/deploy-pages@v2
4242
id: deployment
4343
- name: Upload Site to artifact
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: 'Website'
4747
path: docs/

0 commit comments

Comments
 (0)