Skip to content

Commit a1bbb15

Browse files
Bump actions/upload-pages-artifact in the gha-dependencies group (#62)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c7c846 commit a1bbb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: jupyter-book build docs/
101101
- name: Upload pages artifact
102102
if: ${{ github.ref == 'refs/heads/main' }}
103-
uses: actions/upload-pages-artifact@v3
103+
uses: actions/upload-pages-artifact@v4
104104
with:
105105
path: docs/_build/html/
106106

0 commit comments

Comments
 (0)