Skip to content

Commit

Permalink
Merge pull request enterprise-contract#887 from enterprise-contract/d…
Browse files Browse the repository at this point in the history
…ependabot/github_actions/codecov/codecov-action-4.0.1

Bump codecov/codecov-action from 3.1.5 to 4.0.1
  • Loading branch information
lcarva authored Feb 6, 2024
2 parents ebcf8e0 + 1a5b935 commit 4458d87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-merge-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
# run: ./hack/validate-acceptable-bundles.sh

- name: Upload test coverage report
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
if: always()
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4458d87

Please sign in to comment.