Skip to content

Commit 2f012da

Browse files
Resolve token not found issues in codecov uploads (#52)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 0fead9b commit 2f012da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run junit
3737
- name: Upload results to Codecov
3838
if: ${{ !cancelled() }}
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242
- name: Upload junit test results to Codecov

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch-automation-app",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "An Automation App that handles all your GitHub Repository Activities",
55
"author": "Peter Zhu",
66
"homepage": "https://github.com/opensearch-project/automation-app",

0 commit comments

Comments
 (0)