diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f0d25a..4fb8333 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,9 +29,9 @@ jobs: - name: Run tests run: make test - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: - file: coverage.out + files: coverage.out token: ${{ secrets.CODECOV_TOKEN }} lint: