Skip to content

Commit

Permalink
Update codecov-action
Browse files Browse the repository at this point in the history
This fixes the error:
```
Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20.
```
  • Loading branch information
a13xp0p0v committed Mar 9, 2024
1 parent 6f3214d commit 0c0cf89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/engine_unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
coverage xml -i -o coverage_unittest.xml
- name: Handle coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage_unittest.xml
flags: engine_unit-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
coverage xml -i -o coverage.xml
- name: Handle coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
flags: functional_test
Expand Down

0 comments on commit 0c0cf89

Please sign in to comment.