diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 9cecb45..ac83b50 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -41,7 +41,7 @@ jobs: - name: Restore all Coverage Reports uses: actions/download-artifact@v4 - name: Upload Coverage Report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: flags: unittests token: ${{ secrets.CODECOV_TOKEN }}