Skip to content

Commit 0c46ceb

Browse files
check
1 parent d09d960 commit 0c46ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
cp -r doc/api/* publish/docs/
4747
4848
- name: Upload demo artifact
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: flutter-web-demo
5252
path: publish/demo
5353

5454
- name: Upload docs artifact
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: api-docs
5858
path: publish/docs

0 commit comments

Comments
 (0)