Skip to content

Commit

Permalink
Bump codecov-action version to latest
Browse files Browse the repository at this point in the history
This takes care of the CI warning:

```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```
  • Loading branch information
mplough-kobold authored and Kirill888 committed Apr 10, 2024
1 parent 03c2901 commit bf31c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
if: |
github.repository == 'opendatacube/odc-geo'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
verbose: false
Expand Down

0 comments on commit bf31c13

Please sign in to comment.