Skip to content

Commit c0f0e84

Browse files
[CI] Bump actions/upload-pages-artifact from 3 to 4 (#2817)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e79159 commit c0f0e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: echo '<meta http-equiv="refresh" content="0;url=zerocopy/index.html">' > target/doc/index.html
103103

104104
- name: Upload Cargo doc output to GitHub Pages
105-
uses: actions/upload-pages-artifact@v3
105+
uses: actions/upload-pages-artifact@v4
106106
with:
107107
path: target/doc
108108
deploy:

0 commit comments

Comments
 (0)