diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 66b357d..0c79237 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -49,7 +49,7 @@ jobs: always() && (steps.pester.outcome == 'success' || steps.pester.outcome == 'failure') && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: disable_search: true fail_ci_if_error: true @@ -64,7 +64,7 @@ jobs: always() && (steps.pester.outcome == 'success' || steps.pester.outcome == 'failure') && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: disable_search: true fail_ci_if_error: true @@ -176,7 +176,7 @@ jobs: steps.jest.outcome == 'failure' ) && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: fail_ci_if_error: true files: ./coverage/python-coverage.xml,./coverage/coverage-final.json @@ -196,7 +196,7 @@ jobs: steps.jest.outcome == 'failure' ) && startsWith(github.repository, 'LizardByte/') - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 + uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1 with: fail_ci_if_error: true files: ./junit-python.xml,./junit.xml