diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 70925a8..a9652f3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,6 +23,6 @@ jobs: - name: Build run: make all - name: Report Test Coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.txt