mirror of
https://github.com/senju1337/senju.git
synced 2025-12-24 07:39:29 +00:00
chore(deps): bump actions/upload-pages-artifact from 3 to 4
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](https://github.com/actions/upload-pages-artifact/compare/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>
This commit is contained in:
parent
05f23f8f7a
commit
8b7ddf5821
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gendocs.yml
vendored
2
.github/workflows/gendocs.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
bash auto_docu.sh
|
bash auto_docu.sh
|
||||||
- name: Upload documentation files as artifact
|
- name: Upload documentation files as artifact
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
|
uses: actions/upload-pages-artifact@v4 # or specific "vX.X.X" version tag for this action
|
||||||
with:
|
with:
|
||||||
path: docs/build/html/
|
path: docs/build/html/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue