Skip to content

Commit 0faa73a

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 16689b5 commit 0faa73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
echo "name=$(echo ${{ matrix.package }} | sed -e 's/\//./g')" >> $GITHUB_OUTPUT
143143
144144
- name: Codecov
145-
uses: codecov/codecov-action@v4
145+
uses: codecov/codecov-action@v5
146146
with:
147147
flags: ${{ steps.codecov-flag.outputs.name }}
148148
file: ${{ matrix.package }}/coverage/lcov.info

0 commit comments

Comments
 (0)