diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33069aeb..f5cdc1bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: - name: Test run: make test-ci - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: covreport