diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26b0ca7a..bae94f24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: run: | just test-functions - name: Upload Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 # Check linting, formating, types, etc. lint: