Skip to content

Commit 409ee8b

Browse files
chore(deps): Update codecov/codecov-action action to v5
1 parent 8044ad1 commit 409ee8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "COVERAGE_FILES=$(find ./{bricks,shared} -maxdepth 1 -mindepth 1 -type d -exec echo "{}/.coverage/cobertura-coverage.xml" \; | tr '\n' ',' | sed 's/,$//')" >> $GITHUB_ENV
8080
8181
- name: Codecov
82-
uses: codecov/codecov-action@v4
82+
uses: codecov/codecov-action@v5
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
files: ${{ env.COVERAGE_FILES }}

0 commit comments

Comments
 (0)