Skip to content

Commit 9c1a2f6

Browse files
authored
Merge pull request #114 from ruby/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 9e12925 + 10afd19 commit 9c1a2f6

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@v3
37+
uses: actions/upload-pages-artifact@v4
3838

3939
deploy:
4040
environment:

0 commit comments

Comments
 (0)