Skip to content

Commit 77a3624

Browse files
authored
Merge pull request #144 from ruby/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents 7cf902a + 866a2fe commit 77a3624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Outputs to the './_site' directory by default
3535
run: rake rdoc
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v4
37+
uses: actions/upload-pages-artifact@v5
3838

3939
deploy:
4040
environment:

0 commit comments

Comments
 (0)