mirror of https://github.com/nirenjan/libx52.git
build(deps): bump actions/upload-pages-artifact from 4 to 5
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>pull/68/head
parent
84e151389a
commit
a2ce2e2218
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
run: find ./build -type f -print
|
run: find ./build -type f -print
|
||||||
|
|
||||||
- name: Upload built pages
|
- name: Upload built pages
|
||||||
uses: actions/upload-pages-artifact@v4
|
uses: actions/upload-pages-artifact@v5
|
||||||
with:
|
with:
|
||||||
path: './build/docs/html'
|
path: './build/docs/html'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue