diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7e8cca..99ccb35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: Noveum/noveum-sdk-python @@ -146,7 +146,7 @@ jobs: NOVEUM_API_KEY: ${{ secrets.NOVEUM_API_KEY }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: Noveum/noveum-sdk-python