diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60ee78e698..c00d6f6aa4 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.12 + - uses: codecov/codecov-action@v1.0.13 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.12 + - uses: codecov/codecov-action@v1.0.13 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.12 + - uses: codecov/codecov-action@v1.0.13 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.12 + - uses: codecov/codecov-action@v1.0.13 with: file: ./coverage.txt if: "env.GIT_DIFF != ''"