Skip to content

Commit 02a0f15

Browse files
chore: Bump codecov/codecov-action from 3 to 5 (#261)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jahvon Dockery <[email protected]>
1 parent f0e0dc8 commit 02a0f15

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,11 @@ jobs:
9191
uses: actions/download-artifact@v4
9292
with:
9393
name: e2e-coverage
94-
- uses: flowexec/action@v1
95-
with:
96-
executable: 'transform coverage'
97-
timeout: '5m'
98-
flow-version: 'main'
9994
- name: Upload to codecov
100-
uses: codecov/codecov-action@v3
95+
uses: codecov/codecov-action@v5
10196
env:
10297
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10398
with:
104-
file: merged-coverage.out
105-
flags: combined
10699
name: cli-coverage
107100
fail_ci_if_error: true
108101

0 commit comments

Comments
 (0)