Skip to content

Commit e4e8442

Browse files
Bump actions/upload-pages-artifact from 4 to 5 in /.github/workflows
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 80cb181 commit e4e8442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Upload Build Artifact
5656
# Only upload the build artifact when pushed to the main branch
5757
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
58-
uses: actions/upload-pages-artifact@v4
58+
uses: actions/upload-pages-artifact@v5
5959
with:
6060
path: docs/build
6161
deploy:

0 commit comments

Comments
 (0)