diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index 56197ac..c7afe45 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -31,7 +31,7 @@ jobs: poetry run pytest --cov=secured --cov-report=xml:coverage.xml tests/ - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml