Skip to content

Commit 8a8dde8

Browse files
authored
Merge pull request #41 from ruby-go-gem/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents f8d58b2 + 140cab5 commit 8a8dde8

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)