Skip to content

Commit 376910f

Browse files
chore(deps): bump actions/upload-pages-artifact in the all-actions group (#698)
Bumps the all-actions group with 1 update: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36f4ef8 commit 376910f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: uv run sphinx-build -N -bhtml doc/ doc/_build -W
3232
- name: Upload Pages artifact
3333
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
34-
uses: actions/upload-pages-artifact@v4
34+
uses: actions/upload-pages-artifact@v5
3535
with:
3636
path: doc/_build
3737
deploy:

0 commit comments

Comments
 (0)