diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c826b1cd5..0c6214a0c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -98,7 +98,7 @@ jobs: _REZ_ENSURE_TEST_SHELLS: ${{ matrix.shells }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 # Run on both success and failure, but only if coverage.xml exists. if: ${{ hashFiles('coverage.xml') != '' && (steps.tests.outcome == 'success' || steps.tests.outcome == 'failure') }} with: