diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1025736..94c9f31 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@v6 with: files: coverage.out