diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 088cb94..3fc63d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -69,7 +69,7 @@ jobs: - name: 🏗 Install dependencies run: poetry install --no-interaction - name: 🚀 Upload coverage report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true