diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 171a887b..066e759c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -172,7 +172,7 @@ jobs: paths: "test-results/unit.xml" if: always() - - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 with: flags: unittests token: ${{ secrets.CODECOV_TOKEN }}