diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eda505f33b..3ab79ff847 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: sudo hack/install-packages - run: make test-unit - - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + - uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5 with: files: build/coverage.out flags: unittests