Skip to content

Commit 66a1f86

Browse files
authored
downgrade codecov-action from v5 to v3 as requested by @gaiksaya (#118)
Signed-off-by: wrigleyDan <[email protected]>
1 parent 8dc7950 commit 66a1f86

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ jobs:
4545
chown -R 1000:1000 `pwd`
4646
su `id -un 1000` -c "./gradlew check"
4747
48-
- name: Upload Coverage Report
49-
if: ${{ !cancelled() }}
50-
uses: codecov/codecov-action@v5
51-
with:
52-
token: ${{ secrets.CODECOV_TOKEN }}
53-
5448
Check-ubi-windows:
5549
strategy:
5650
matrix:
@@ -125,6 +119,6 @@ jobs:
125119
name: coverage-report-${{ matrix.os }}-${{ matrix.java }}
126120
path: ./
127121
- name: Upload Coverage Report
128-
uses: codecov/codecov-action@v5
122+
uses: codecov/codecov-action@v3
129123
with:
130124
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)