diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffb2f24..b05f6ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Upload coverage naar Codecov if: matrix.python-version == '3.13' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml