Skip to content

Commit

Permalink
Merge pull request #152 from KohlsTechnology/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/codecov/codecov-action-4.4.1

chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1
  • Loading branch information
vinny-sabatini authored Jun 7, 2024
2 parents b516ddd + f8e7480 commit 7e36f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Test
run: make test-unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 7e36f08

Please sign in to comment.