diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 196c241..9299e7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Run Tests run: just test - name: Upload Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 # Check linting, formating, types, etc. lint: