Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 724cec4

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump actions/upload-pages-artifact from 2.0.0 to 3.0.0
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eede27a commit 724cec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
done
5151
5252
- name: Upload GitHub Pages artifacts
53-
uses: actions/upload-pages-artifact@v2.0.0
53+
uses: actions/upload-pages-artifact@v3.0.0
5454
with:
5555
path: target/book/
5656

0 commit comments

Comments
 (0)