Skip to content

Commit 7079d10

Browse files
Bump actions/upload-pages-artifact from 3 to 4 in /.github/workflows
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b07dc1 commit 7079d10

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
@@ -53,7 +53,7 @@ jobs:
5353
- name: Upload Build Artifact
5454
# Only upload the build artifact when pushed to the main branch
5555
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
56-
uses: actions/upload-pages-artifact@v3
56+
uses: actions/upload-pages-artifact@v4
5757
with:
5858
path: docs/build
5959
deploy:

0 commit comments

Comments
 (0)