Skip to content

Commit 8e8c6ed

Browse files
build(deps): bump actions/upload-pages-artifact from 3 to 4 (#10)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ade772 commit 8e8c6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
${GITHUB_WORKSPACE}/scripts/generate_sitemap > sitemap.txt
9191
9292
- name: Upload page artifact
93-
uses: actions/upload-pages-artifact@v3
93+
uses: actions/upload-pages-artifact@v4
9494
with:
9595
path: build
9696

0 commit comments

Comments
 (0)