Skip to content

Commit 7fd4de3

Browse files
author
Vinny Sabatini
authored
Merge pull request #465 from KohlsTechnology/dependabot/github_actions/codecov/codecov-action-5.4.2
chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2
2 parents 46c7912 + 1e80967 commit 7fd4de3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Test
3838
run: make test-unit
3939
- name: Upload unit test coverage to Codecov
40-
uses: codecov/codecov-action@v5.4.0
40+
uses: codecov/codecov-action@v5.4.2
4141
env:
4242
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4343
with:
@@ -59,7 +59,7 @@ jobs:
5959
make bq-setup
6060
make test-e2e
6161
- name: Upload e2e test coverage to Codecov
62-
uses: codecov/codecov-action@v5.4.0
62+
uses: codecov/codecov-action@v5.4.2
6363
env:
6464
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6565
with:

0 commit comments

Comments
 (0)