diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1fd4134..7d170c2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,6 +50,6 @@ jobs: godog -f progress --strict - name: Report on code coverage if: matrix.go-version == '1.17.x' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.txt