diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41dd6b8..2c75c53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Run unit test run: make test - name: upload coverage report - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt