Skip to content

Commit db462d9

Browse files
authored
Merge pull request #55 from vim-jp/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents ea71e6a + 9e86944 commit db462d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
verbose: true
5959

6060
- name: Upload a site as an artifact
61-
uses: actions/upload-pages-artifact@v3
61+
uses: actions/upload-pages-artifact@v4
6262
with:
6363
path: _site/
6464
retention-days: 7

0 commit comments

Comments
 (0)