diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 343db3601..45ca33faf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Run unit tests run: make tests - name: Upload code coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.txt e2e: