diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 888787b..3b80139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: run: | poetry run pytest tests --cov-report=xml --cov ./seq2rel --cov-config=.coveragerc - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: file: ./coverage.xml # Ignore codecov failures as the codecov server is not