Skip to content

Commit 61008d7

Browse files
authored
chore: Update codecov action version (hiero-ledger#2344)
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent b0b5362 commit 61008d7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pr-check-primary-codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
paths:
77
- "src/**"
88
- "tests/unit/**"
9+
- ".github/workflows/pr-check-primary-codecov.yml"
910
pull_request:
1011
paths:
1112
- "src/**"
1213
- "tests/unit/**"
14+
- ".github/workflows/pr-check-primary-codecov.yml"
1315

1416
permissions:
1517
contents: read
@@ -53,7 +55,7 @@ jobs:
5355
5456
- name: Upload coverage to Codecov
5557
if: github.repository_owner == 'hiero-ledger'
56-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
58+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
5759
with:
5860
token: ${{ secrets.CODECOV_TOKEN }}
5961
files: coverage.xml

0 commit comments

Comments
 (0)