diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 27983ec..5b71153 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,7 @@ jobs: - name: Restore all Coverage Reports uses: actions/download-artifact@v7 - name: Upload Coverage Report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: unittests token: ${{ secrets.CODECOV_TOKEN }}