Skip to content

Commit d377a34

Browse files
authored
Merge pull request #936 from ruby/dependabot/github_actions/actions/upload-pages-artifact-4
build(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents 1fda3a9 + 33a49f0 commit d377a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
bundler-cache: true # 'bundle install' and cache gems
1818
- run: rake rdoc
1919
- name: Upload GitHub Pages artifact
20-
uses: actions/upload-pages-artifact@v3
20+
uses: actions/upload-pages-artifact@v4
2121
with:
2222
path: html
2323

0 commit comments

Comments
 (0)