We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6072c33 commit 2124d99Copy full SHA for 2124d99
.github/workflows/kotlin-multiplatform.yml
@@ -90,9 +90,10 @@ jobs:
90
91
# Kover coverage currently only works for JVM
92
- name: Upload coverage to Codecov
93
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3
+ uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4
94
with:
95
name: sentry-kotlin-multiplatform
96
+ token: ${{ secrets.CODECOV_TOKEN }}
97
98
archive-distribution:
99
runs-on: macos-latest-xlarge
0 commit comments