diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfb0872..2ea0d0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,6 +58,6 @@ jobs: shell: bash - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.txt