Bump codecov/codecov-action from 4.4.0 to 4.5.0 (#362)

This commit is contained in:
dependabot[bot]
2024-06-17 09:04:30 +02:00
committed by GitHub
parent 029cee4f0a
commit 8302c4b7e6

View File

@ -17,6 +17,6 @@ jobs:
- run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.0
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}