Skip to content

Commit 3a3fc6a

Browse files
authored
Update dart.yml
1 parent 7a55053 commit 3a3fc6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: flutter pub get
2929
- name: Test app
3030
run: flutter test --coverage
31-
- uses: actions/upload-artifact@v2
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: reactter-coverage
3434
path: ./packages/reactter/coverage/lcov.info
@@ -50,7 +50,7 @@ jobs:
5050
run: flutter pub get
5151
- name: Test app
5252
run: flutter test --coverage
53-
- uses: actions/upload-artifact@v2
53+
- uses: actions/upload-artifact@v4
5454
with:
5555
name: flutter_reactter-coverage
5656
path: ./packages/flutter_reactter/coverage/lcov.info
@@ -62,8 +62,8 @@ jobs:
6262
- name: Checkout
6363
uses: actions/checkout@v3
6464
- name: Download artifacts
65-
uses: actions/download-artifact@v2
65+
uses: actions/download-artifact@v4
6666
- name: Upload to Codecov
67-
uses: codecov/codecov-action@v2
67+
uses: codecov/codecov-action@v4
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)