diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1025736..a67160f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,6 +34,6 @@ jobs: # https://github.com/codecov/codecov-action - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: coverage.out