Skip to content

Commit 0bcc344

Browse files
Update actions/upload-pages-artifact action to v4 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2ed036 commit 0bcc344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
108108

109109
- name: Upload docs
110-
uses: actions/upload-pages-artifact@v3
110+
uses: actions/upload-pages-artifact@v4
111111
with:
112112
path: build/dokka/html
113113

0 commit comments

Comments
 (0)