diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 28b370aa63dc..28fcae372d3a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -66,7 +66,7 @@ jobs: steps.jest.outcome == 'failure' ) && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: fail_ci_if_error: true files: ./coverage/python-coverage.xml,./coverage/coverage-final.json @@ -86,7 +86,7 @@ jobs: steps.jest.outcome == 'failure' ) && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: fail_ci_if_error: true files: ./junit-python.xml,./junit.xml