diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index d11dda799c5..bcfc4a4faf5 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -24,7 +24,7 @@ jobs: - name: Run Tests run: make test-with-coverage - name: Upload Coverage - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: files: coverage.txt - name: Upload Logs