Skip to content

Commit

Permalink
ci: update codecov action so we don't use deprecated node 16 (#9243)
Browse files Browse the repository at this point in the history
Resolve this warning

<img width="1069" alt="Screenshot 2024-01-31 at 09 22 57"
src="https://github.com/vega/vega-lite/assets/589034/644be683-021d-4072-9551-084944e13f1a">
  • Loading branch information
domoritz authored Jan 31, 2024
1 parent b0a5ee7 commit 908e392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: yarn jest test/ --collectCoverage=true

- name: Upload coverage to Codecov
uses: codecov/[email protected].4
uses: codecov/[email protected].6

test-cli:
name: CLI
Expand Down

0 comments on commit 908e392

Please sign in to comment.