Skip to content

Commit caa4c48

Browse files
chore(deps): bump actions/upload-pages-artifact from 1 to 2 (#213)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v1...v2) --- 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 a353de2 commit caa4c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: cd docs && poetry run make html
8181
- name: Upload artifact
8282
if: github.event_name != 'pull_request'
83-
uses: actions/upload-pages-artifact@v1
83+
uses: actions/upload-pages-artifact@v2
8484
with:
8585
# Upload docs/build/html dir
8686
path: docs/build/html/

0 commit comments

Comments
 (0)