diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9dde95f..3485920 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -87,7 +87,7 @@ jobs: - name: Run Test Suite run: tox -e test --skip-pkg-install - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: directory: ./reports/ flags: tests