Skip to content

Commit 2124d99

Browse files
authored
Fix codecov (#220)
1 parent 6072c33 commit 2124d99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/kotlin-multiplatform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ jobs:
9090

9191
# Kover coverage currently only works for JVM
9292
- name: Upload coverage to Codecov
93-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3
93+
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4
9494
with:
9595
name: sentry-kotlin-multiplatform
96+
token: ${{ secrets.CODECOV_TOKEN }}
9697

9798
archive-distribution:
9899
runs-on: macos-latest-xlarge

0 commit comments

Comments
 (0)