Skip to content

Commit 621e7af

Browse files
Bump actions/upload-pages-artifact from 1 to 4 (#90)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v1...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 3b19445 commit 621e7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run_number: ${{ github.event.inputs.run_number }}
1818
name: 'python-docs-ubuntu-20.04-3.10'
1919
path: 'docs'
20-
- uses: actions/upload-pages-artifact@v1
20+
- uses: actions/upload-pages-artifact@v4
2121
with:
2222
path: 'docs'
2323
deploy_documentation:

0 commit comments

Comments
 (0)