mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 14:37:16 +00:00
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](https://github.com/actions/upload-pages-artifact/compare/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>
This commit is contained in:
parent
80cb181daf
commit
e4e84429fe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-docsite.yml
vendored
2
.github/workflows/deploy-docsite.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Upload Build Artifact
|
||||
# Only upload the build artifact when pushed to the main branch
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
uses: actions/upload-pages-artifact@v5
|
||||
with:
|
||||
path: docs/build
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue