Skip to content

Commit 3547e2b

Browse files
authored
Merge pull request #7 from acgetchell/dependabot/github_actions/codecov/codecov-action-5.5.2
Bump codecov/codecov-action from 5.5.1 to 5.5.2
2 parents b47fc6d + 069c9da commit 3547e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Upload coverage to Codecov
7878
if: ${{ success() && hashFiles('coverage/cobertura.xml') != '' }}
79-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
79+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
8080
with:
8181
files: coverage/cobertura.xml
8282
flags: unittests

0 commit comments

Comments
 (0)