diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 57103fab1..5f1ad732f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.11 - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml