Skip to content

Commit fad6879

Browse files
committed
Update upload-pages-artifact action to v3
1 parent afec885 commit fad6879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
sudo mv build/dokka/htmlMultiModule/* build/docs/api
175175
176176
- name: Upload pages
177-
uses: actions/upload-pages-artifact@v1
177+
uses: actions/upload-pages-artifact@v3
178178
with:
179179
path: ${{ github.workspace }}/build/docs
180180

0 commit comments

Comments
 (0)