Skip to content

Commit 0c83c0d

Browse files
chore(deps): bump actions/upload-pages-artifact from 3 to 4 (#2517)
1 parent 3526b42 commit 0c83c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build documentation
4343
run: python -m sphinx docs dist/html
4444
- name: Upload documentation archive
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v4
4646
with:
4747
path: 'dist/html'
4848
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)