diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fd8590a..3a194816 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@v6 + uses: codecov/codecov-action@v7 # Check linting, formating, types, etc. lint: