diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7a12e784..61b5b20f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: - run: go version - run: go mod download # Not required, used to segregate module download vs test times - run: make test exclude="(kafkaclient|testhelper)" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 test-package: name: Test package runs-on: ubuntu-latest @@ -55,4 +55,4 @@ jobs: run: | name=$(echo -n "${{ matrix.package }}" | sed -e 's/[ \t:\/\\"<>|*?]/-/g' -e 's/--*/-/g') echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5