Skip to content

Commit be1df0b

Browse files
chore(deps): bump actions/upload-pages-artifact in the all group
Bumps the all 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcd7130 commit be1df0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: github.event_name == 'release' && github.event.action == 'published'
6666

6767
- name: Upload artifact
68-
uses: actions/upload-pages-artifact@v4
68+
uses: actions/upload-pages-artifact@v5
6969
if: github.event_name == 'release' && github.event.action == 'published'
7070
with:
7171
path: docs/build/html

0 commit comments

Comments
 (0)