Skip to content

Commit 9ed0446

Browse files
chore: bump actions/upload-pages-artifact from 2.0.0 to 3.0.0 (#67)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76ea772 commit 9ed0446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
run: sphinx-build -b html docs build/docs -W --keep-going
9595

9696
- name: Upload artifact
97-
uses: actions/upload-pages-artifact@v2.0.0
97+
uses: actions/upload-pages-artifact@v3.0.0
9898
with:
9999
path: build/docs

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: sphinx-build -b html docs docs/build -W --keep-going
3131

3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v2.0.0
33+
uses: actions/upload-pages-artifact@v3.0.0
3434
with:
3535
path: docs/build
3636

0 commit comments

Comments
 (0)