diff --git a/.github/workflows/blockchain.yml b/.github/workflows/blockchain.yml index ece7e316d3..930b421616 100644 --- a/.github/workflows/blockchain.yml +++ b/.github/workflows/blockchain.yml @@ -200,7 +200,7 @@ jobs: # TODO: figure out if we need a token - name: Upload coverage to codecov if: always() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Fail if there are failed tests if: steps.unit-tests-summary.outputs.failed > 0 run: |