diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a7941e434..c2c7eeaf76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.7 + - uses: codecov/codecov-action@v1.0.12 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -110,7 +110,7 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.7 + - uses: codecov/codecov-action@v1.0.12 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -147,7 +147,7 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.7 + - uses: codecov/codecov-action@v1.0.12 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -184,7 +184,7 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.7 + - uses: codecov/codecov-action@v1.0.12 with: file: ./coverage.txt if: "env.GIT_DIFF != ''"