Skip to content

Commit 1e3203b

Browse files
Merge pull request #197 from KohlsTechnology/dependabot/github_actions/codecov/codecov-action-5.5.1
chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.1
2 parents 803d423 + 8d90f3f commit 1e3203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Test
3232
run: make test-unit
3333
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v5.4.3
34+
uses: codecov/codecov-action@v5.5.1
3535
env:
3636
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3737
with:

0 commit comments

Comments
 (0)