diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fd87958..a50a520 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -51,7 +51,7 @@ jobs: shell: bash run: poetry run coverage xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: files: ./coverage.xml