Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit 37d7390

Browse files
Bump actions/upload-pages-artifact from 1 to 2
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] <[email protected]>
1 parent 5086d69 commit 37d7390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Package YARD
2828
run: bundle exec yard doc
2929

30-
- uses: actions/upload-pages-artifact@v1
30+
- uses: actions/upload-pages-artifact@v2
3131
with:
3232
path: doc
3333

0 commit comments

Comments
 (0)