diff --git a/.github/workflows/flutter.test.yml b/.github/workflows/flutter.test.yml index 16b9c3d..0db29b6 100644 --- a/.github/workflows/flutter.test.yml +++ b/.github/workflows/flutter.test.yml @@ -31,7 +31,7 @@ jobs: run: | flutter test --coverage --test-randomize-ordering-seed random - name: 'Upload coverage report' - uses: codecov/codecov-action@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/ diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index d6f41ca..96a0e38 100644 --- a/.github/workflows/go.test.yml +++ b/.github/workflows/go.test.yml @@ -20,7 +20,7 @@ jobs: - name: 'Go test (with coverage)' run: go test ./... -covermode=atomic -coverprofile='coverage.out' - name: 'Upload coverage report' - uses: codecov/codecov-action@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out