From 431919ee42bb5aaaac6ed49073c07bf082b9306d Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Mon, 8 Apr 2024 09:24:05 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c9f3ed523e..c6891292fd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: check-latest: true - run: make coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true @@ -189,4 +189,4 @@ jobs: - name: Pytest if: steps.changed-files-specific.outputs.any_changed == 'true' working-directory: ./openfeature/providers/python-provider - run: poetry run pytest \ No newline at end of file + run: poetry run pytest