Skip to content

Commit aac980e

Browse files
authored
build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 (#4574)
2 parents 98f2776 + e22899f commit aac980e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: make coverage
3434

3535
- name: Upload to codecov.io
36-
uses: codecov/[email protected].2
36+
uses: codecov/[email protected].3
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
files: policies/coverage.json
@@ -60,7 +60,7 @@ jobs:
6060
run: npm run coverage
6161

6262
- name: Upload to codecov.io
63-
uses: codecov/[email protected].2
63+
uses: codecov/[email protected].3
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
directory: frontend/coverage/
@@ -127,7 +127,7 @@ jobs:
127127
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
128128
129129
- name: Upload to codecov.io
130-
uses: codecov/[email protected].2
130+
uses: codecov/[email protected].3
131131
with:
132132
token: ${{ secrets.CODECOV_TOKEN }}
133133
files: target/coverage/*.lcov

0 commit comments

Comments
 (0)