diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad8b2c29a9..00697191e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: 🦺 Codecov Coverage Reports if: ${{ !cancelled() }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}