Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2022-06-02 12:33:01 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-06-13 02:25:40 +0300
commit10f79947d965f5a37b576dad193c05df94685521 (patch)
treee76df617f67ff562538b47ee367dba59b3df838e /.github
parentee392c5c0b63a468a6d2796e02002d7b09d52c37 (diff)
tools: update `codecov/codecov-action` version
Refs: https://github.com/codecov/codecov-action/releases PR-URL: https://github.com/nodejs/node/pull/43297 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage-linux.yml2
-rw-r--r--.github/workflows/coverage-windows.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml
index ddc7be8b507..77bad80cc26 100644
--- a/.github/workflows/coverage-linux.yml
+++ b/.github/workflows/coverage-linux.yml
@@ -60,6 +60,6 @@ jobs:
- name: Clean tmp
run: rm -rf coverage/tmp && rm -rf out
- name: Upload
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
with:
directory: ./coverage
diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml
index dde4f30f8f2..29e7ac689a2 100644
--- a/.github/workflows/coverage-windows.yml
+++ b/.github/workflows/coverage-windows.yml
@@ -61,6 +61,6 @@ jobs:
- name: Clean tmp
run: npx rimraf ./coverage/tmp
- name: Upload
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
with:
directory: ./coverage