File tree 4 files changed +24
-4
lines changed 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.3
2
+ ### Fixes
3
+ - #464 Fix wrong link in the readme
4
+ - #485 fix: Add override OS and linux default to platform
5
+
6
+ ### Dependencies
7
+ - #447 build(deps): bump openpgp from 5.0.0-4 to 5.0.0-5
8
+ - #458 build(deps-dev): bump eslint from 7.31.0 to 7.32.0
9
+ - #465 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.29.1
10
+ - #466 build(deps-dev): bump @typescript-eslint/parser from 4.28.4 to 4.29.1
11
+ - #468 build(deps-dev): bump @types/jest from 26.0.24 to 27.0.0
12
+ - #470 build(deps-dev): bump @types/node from 16.4.0 to 16.6.0
13
+ - #472 build(deps): bump path-parse from 1.0.6 to 1.0.7
14
+ - #473 build(deps-dev): bump @types/jest from 27.0.0 to 27.0.1
15
+ - #478 build(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2
16
+ - #479 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2
17
+ - #481 build(deps-dev): bump @types/node from 16.6.0 to 16.6.2
18
+ - #483 build(deps-dev): bump @vercel/ncc from 0.29.0 to 0.29.2
19
+ - #484 build(deps): bump @actions/core from 1.4.0 to 1.5.0
20
+
1
21
## 2.0.2
2
22
### Fixes
3
23
- Underlying uploader fixes issues with tokens not being sent properly for users seeing
Original file line number Diff line number Diff line change @@ -12849,7 +12849,7 @@ var core = __nccwpck_require__(2186);
12849
12849
// EXTERNAL MODULE: ./node_modules/@actions/github/lib/github.js
12850
12850
var github = __nccwpck_require__(5438);
12851
12851
;// CONCATENATED MODULE: ./package.json
12852
- const package_namespaceObject = {"i8":"2.0.2 "};
12852
+ const package_namespaceObject = {"i8":"2.0.3 "};
12853
12853
;// CONCATENATED MODULE: ./src/buildExec.ts
12854
12854
12855
12855
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codecov-action" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"description" : " Upload coverage reports to Codecov from GitHub Actions" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments