We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fe032 commit 5cff0b8Copy full SHA for 5cff0b8
.github/workflows/base.yaml
@@ -70,7 +70,7 @@ jobs:
70
run: dart pub publish --dry-run
71
72
- name: Upload coverage to Codecov
73
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
74
env:
75
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
76
with:
0 commit comments