Skip to content

Commit 0f07c0e

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 b21e845 commit 0f07c0e

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build with RDoc
3232
run: bundle exec rake rdoc
3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v1
34+
uses: actions/upload-pages-artifact@v2
3535
with: { path: 'doc' }
3636

3737
deploy:

0 commit comments

Comments
 (0)