diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70856b1e8..1b8f5b95d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -157,7 +157,7 @@ jobs: - name: Upload Coverage to Codecov if: ${{ !cancelled() && steps.verify_coverage.outputs.coverage_exists == 'true' }} continue-on-error: true - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: # Explicitly specify the coverage XML file to upload (generated by pytest) files: coverage.xml