diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79e70bcb..7de6a34b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,6 +78,6 @@ jobs: - name: Run unit tests run: make test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}