diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index 9936a8e..473e369 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -26,6 +26,6 @@ jobs: make docker-build - name: Upload to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: ./coverage.txt \ No newline at end of file