Skip to content

Commit e1d33be

Browse files
authored
🔀 Merge pull request #158 from ruby/dependabot/github_actions/actions/upload-pages-artifact-2
Bump actions/upload-pages-artifact from 1 to 2
2 parents b21e845 + 0f07c0e commit e1d33be

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)