diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index af8d333..0c05175 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,5 +32,6 @@ jobs: - name: Run tests run: | pytest --pyargs roentgen --cov roentgen - - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + - name: Codecov + uses: codecov/codecov-action@v4.6.0 +