diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6e2831c..5104654 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,14 +47,14 @@ jobs: - name: Upload code coverage (unit) if: matrix.go-version == env.GO_LATEST_VERSION - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./unit.coverprofile flags: unittests-${{ runner.os }} - name: Upload code coverage (features) if: matrix.go-version == env.GO_LATEST_VERSION - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./features.coverprofile flags: featurestests-${{ runner.os }}