Skip to content

Commit bfc40e1

Browse files
chore(deps): bump actions/upload-pages-artifact from 2 to 3 (#75)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact 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> Co-authored-by: Pete Gadomski <[email protected]>
1 parent 66916e4 commit bfc40e1

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
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build docs
5454
run: mkdocs build --site-dir site
5555
- name: Upload artifact
56-
uses: actions/upload-pages-artifact@v2
56+
uses: actions/upload-pages-artifact@v3
5757
with:
5858
path: site
5959
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)