Skip to content

Commit f1fdb9f

Browse files
adinauerbuenaflor
andauthored
Supply a token for CODECOV and bump to action v4 (#3342)
* Supply a token for CODECOV and bump to action v4 * Update codecov commit --------- Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent 9e57f46 commit f1fdb9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
run: make preMerge
3636

3737
- name: Upload coverage to Codecov
38-
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # pin@v3
38+
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4
3939
with:
4040
name: sentry-java
4141
fail_ci_if_error: false
42+
token: ${{ secrets.CODECOV_TOKEN }}
4243

4344
- name: Upload test results
4445
if: always()

0 commit comments

Comments
 (0)