Skip to content

Commit 50b6142

Browse files
authored
Merge pull request #167 from finsberg/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents bcc460d + 408b8b0 commit 50b6142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
run: python3 -m sphinx -b html . build
3939

4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v4
41+
uses: actions/upload-pages-artifact@v5
4242
with:
4343
path: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)