Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4.2.0 to 4.3.1
  • Loading branch information
vinny-sabatini committed May 3, 2024
2 parents 32b4e6f + 5bcfba8 commit c54e6c5
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.2.0
uses: codecov/codecov-action@v4.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit c54e6c5

Please sign in to comment.