diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73218ab..c3eae1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,6 +57,6 @@ jobs: poetry run pip check - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v6.0.1 with: files: ./coverage.xml