Skip to content

Commit 7044526

Browse files
authored
Merge pull request #325 from ruby-go-gem/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents dd3509b + c8783b0 commit 7044526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v5
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v3
45+
uses: actions/upload-pages-artifact@v4
4646
with:
4747
# Upload entire repository
4848
path: './doc'

0 commit comments

Comments
 (0)