diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c74e1922..74195ca5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -162,6 +162,6 @@ jobs: ./build/robot # GitHub action reference: https://github.com/codecov/codecov-action - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: directory: build/.coverage