diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57e72a3..38f3f0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Run Tests run: just test - name: Upload Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 # Check linting, formating, types, etc. lint: