Skip to content

Commit c848ee8

Browse files
Bump actions/upload-pages-artifact from 1 to 2 (#226)
1 parent 4e86430 commit c848ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Generate Docs
2929
run: ./gradlew dokkaHtmlMultiModule
3030
- name: Upload Docs
31-
uses: actions/upload-pages-artifact@v1
31+
uses: actions/upload-pages-artifact@v2
3232
with:
3333
path: build/dokka/htmlMultiModule
3434
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)