Skip to content

Commit

Permalink
fix deprecated node version warning from codecov/codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 7, 2024
1 parent 9650a11 commit abc2b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ matrix.os != 'windows-latest' }}
- run: cargo test --no-default-features --features=no-backend,search -- --skip .rs
- run: cargo test --no-default-features --features=tuirs-no-backend,search -- --skip .rs
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit abc2b7d

Please sign in to comment.