Skip to content

Commit 0704c00

Browse files
ci: upgrade upload-artifacts action
1 parent a73f56b commit 0704c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: flutter test --coverage --machine > test-results.json --dart-define CI=true
8585

8686
- name: Upload test-results.json to artifacts
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
if: ${{ failure() || success() }}
8989
with:
9090
name: test-results

0 commit comments

Comments
 (0)