Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
vinny-sabatini authored Oct 8, 2024
2 parents aad0abf + e0db0f3 commit bcd3ce0
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.5.0
uses: codecov/codecov-action@v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit bcd3ce0

Please sign in to comment.