Skip to content

Commit 90f754a

Browse files
chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#2895)
1 parent b068297 commit 90f754a

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@v4
45+
uses: actions/upload-pages-artifact@v5
4646
with:
4747
path: 'dist/html'
4848
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)