Skip to content

Commit

Permalink
chore(release): bump to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Feb 1, 2024
1 parent 04f1bfa commit 72e1a5f
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.0.0",
"version": "4.0.1",
"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@3.2.5
codecov: codecov/codecov@4.0.1
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/node@4.7.0
codecov: codecov/codecov@3.2.5
codecov: codecov/codecov@4.0.1
workflows:
upload-to-codecov:
jobs:
Expand Down

0 comments on commit 72e1a5f

Please sign in to comment.