diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37aebba..45e7b22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,6 @@ jobs: - name: Test & Create coverage report run: make install test-unit stop-docker-test - name: Upload cove coverage - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.0 with: file: ./coverage.txt