Skip to content

Commit

Permalink
Bump actions/upload-pages-artifact from 2 to 3 (#8)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleh Andrushko <53293405+olich97@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and olich97 committed Mar 21, 2024
1 parent d1dc129 commit 50c20a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload final docs folder
path: 'docs/book'
Expand Down

0 comments on commit 50c20a8

Please sign in to comment.