Skip to content

Commit aa7d852

Browse files
Merge pull request #349 from ruby/dependabot/github_actions/actions/upload-pages-artifact-3
2 parents ac44175 + b6df469 commit aa7d852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build HTML by RDoc
3333
run: rake rdoc
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v2
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: ./html
3838

0 commit comments

Comments
 (0)