Skip to content

Commit

Permalink
Merge pull request #8749 from jenkins-x/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

chore(deps): bump codecov/codecov-action from 3 to 5
  • Loading branch information
jenkins-x-bot authored Jan 27, 2025
2 parents b8dede5 + c874daa commit d242337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run coverage
run: make test-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: ./build/reports/cover.txt
- id: prep
Expand Down

0 comments on commit d242337

Please sign in to comment.