Skip to content

Commit

Permalink
🔀 Merge pull request #158 from ruby/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
nevans authored Jul 17, 2023
2 parents b21e845 + 0f07c0e commit e1d33be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build with RDoc
run: bundle exec rake rdoc
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with: { path: 'doc' }

deploy:
Expand Down

0 comments on commit e1d33be

Please sign in to comment.