Skip to content

Commit ac8d6a2

Browse files
committed
ci(github): downgrade codecov-action to v4 in default.yml
1 parent 60deff7 commit ac8d6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Upload coverage reports to Codecov
4343
if: ${{ matrix.upload-coverage }}
44-
uses: codecov/codecov-action@v5
44+
uses: codecov/codecov-action@v4
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
files: ${{ env.COVERAGE_DIR }}/${{ env.COVERPROFILE }}

0 commit comments

Comments
 (0)