diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6c0475..d75c2a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,6 +51,6 @@ jobs: poetry run pip check - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.xml