mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
action.yml: Update to Node.js 20 (#1228)
Node.js 16 actions are deprecated. This should suppress the deprecation notice: Please update the following actions to use Node.js 20: codecov/codecov-action@v3
This commit is contained in:
committed by
GitHub
parent
eaaf4bedf3
commit
9140fdcf54
@@ -120,5 +120,5 @@ branding:
|
|||||||
color: 'red'
|
color: 'red'
|
||||||
icon: 'umbrella'
|
icon: 'umbrella'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user