diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e445a5..36595ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: Test run: make test - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: 0e521354-90f7-4a17-a876-73ca69b59cb5 - name: Disallow generated drift