diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29857a0b..998a89f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: shell: bash -l {0} run: just test - name: Upload Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 # Check linting, formating, types, etc. lint: