Skip to content

Commit

Permalink
Merge pull request #360 from panorama-ed/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
JacobEvelyn authored Dec 18, 2024
2 parents 257a727 + fe90224 commit 73f7755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- run: bundle exec rspec

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./coverage/coverage.xml
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit 73f7755

Please sign in to comment.