Skip to content

Commit 6174ab6

Browse files
Bump actions/upload-pages-artifact from 3 to 4 (#1373)
1 parent fdf02ad commit 6174ab6

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
@@ -59,7 +59,7 @@ jobs:
5959
- name: Upload artifacts using actions/upload-pages-artifact
6060
if: github.ref == 'refs/heads/main'
6161
id: deployment
62-
uses: actions/upload-pages-artifact@v3
62+
uses: actions/upload-pages-artifact@v4
6363
with:
6464
path: ./docs/build/html
6565

0 commit comments

Comments
 (0)