Skip to content

Commit 8bfdf89

Browse files
authored
Merge pull request #3 from peco2282/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 2879eb6 + 1333f20 commit 8bfdf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/configure-pages@v5
3737

3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v3
39+
uses: actions/upload-pages-artifact@v4
4040
with:
4141
# Dokka 2.0.0 のデフォルト出力先 (マルチモジュール)
4242
path: 'build/dokka/html'

0 commit comments

Comments
 (0)