Skip to content

Commit

Permalink
ci: Bump codecov-action from 3 to 4 (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaminyam committed Apr 24, 2024
1 parent 116dd3b commit 28bb60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
grep -q "127.0.0.1 node03" /etc/hosts || echo "127.0.0.1 node03" | sudo tee -a /etc/hosts
pants test --use-coverage tests:: -- -m 'not integration' -v
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
- name: Upload pants log
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 28bb60c

Please sign in to comment.