diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b4e448..7519770 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,9 +35,9 @@ jobs: targets: test - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: - file: ./coverage.txt + files: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} example: