Skip to content

Commit

Permalink
Merge pull request #493 from MatthiasValvekens/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
MatthiasValvekens authored Nov 17, 2024
2 parents a425b01 + dfc471c commit 6da5404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
pattern: coverage-*
path: ./reports/
- name: Upload all coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./reports/
Expand Down

0 comments on commit 6da5404

Please sign in to comment.