Skip to content

Commit e04727d

Browse files
Bump actions/upload-pages-artifact from 4 to 5
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f0ba31 commit e04727d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: cd docs && jupyter book build --html --check-links
3232

3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v4
34+
uses: actions/upload-pages-artifact@v5
3535
with:
3636
path: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)