summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-09-19 12:12:12 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-09-19 12:12:12 +0300
commit6ffd8e496086f1cdb0ac52124dc2c660c65d4cd4 (patch)
treef9acdd9559fe46b4d6910a220665a32ddb51f4ea
parent4bc53d6ed4acc01c56a8a783909c6656b37ca321 (diff)
revert(deps): bump codecov/codecov-action from 3 to 4 (#134)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8e546be..564b433 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
mv cobertura.xml live-test-output.xml
- name: Upload reports to codecov
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
with:
name: code-coverage-report
files: test-output.xml,live-test-output.xml