diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f39f341..67342a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: packtivity-run tests/testspecs/noop-test.yml -p a_parameter=hello - name: Report coverage with Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml