Skip to content

Commit

Permalink
Supply a token for CODECOV and bump to action v4 (#3342)
Browse files Browse the repository at this point in the history
* Supply a token for CODECOV and bump to action v4

* Update codecov commit

---------

Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
  • Loading branch information
adinauer and buenaflor committed May 13, 2024
1 parent 9e57f46 commit f1fdb9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
run: make preMerge

- name: Upload coverage to Codecov
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # pin@v3
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4
with:
name: sentry-java
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test results
if: always()
Expand Down

0 comments on commit f1fdb9f

Please sign in to comment.