Skip to content

Commit

Permalink
Merge pull request #316 from jaconi-io/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
jnodorp-jaconi authored Dec 16, 2024
2 parents 5fbd756 + bdff4fd commit e4351bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
report_paths: 'build/test-results/*/*.xml'

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: always() # always run even if the previous step fails
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit e4351bc

Please sign in to comment.