diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73ee52e..b839891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: args: '--ignore-tests --exclude-files src/main.rs,src/lib.rs,src/xml_tags/types.rs -- --test-threads 4' - name: Upload to codecov.io - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: token: ${{secrets.CODECOV_TOKEN}}