diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 3f9466e..4f15dc4 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -206,7 +206,7 @@ jobs: go test ${{ inputs.tests-race && '-race' || '' }} -json > report.json ./... - name: Send results to codecov.io - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: directory: ${{ inputs.working-directory }} flags: unittests diff --git a/.github/workflows/meson-unit-test.yml b/.github/workflows/meson-unit-test.yml index ed27616..f7c38be 100644 --- a/.github/workflows/meson-unit-test.yml +++ b/.github/workflows/meson-unit-test.yml @@ -217,7 +217,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Upload Codecov.io - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 with: directory: . files: build/meson-logs/coverage.xml