Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 1, 2024
1 parent 2ce940a commit 733bf4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecov-circleci-orb",
"version": "4.1.0",
"version": "4.2.0",
"description": "Codecov CircleCI Orb",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/basic_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >
usage:
version: 2.1
orbs:
codecov: codecov/codecov@4.1.0
codecov: codecov/codecov@4.2.0
jobs:
test-and-upload-python:
docker:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/node_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ usage:
version: 2.1
orbs:
node: circleci/[email protected]
codecov: codecov/codecov@4.1.0
codecov: codecov/codecov@4.2.0
workflows:
upload-to-codecov:
jobs:
Expand Down

0 comments on commit 733bf4e

Please sign in to comment.