Skip to content

Commit 33e657b

Browse files
authored
Merge pull request #237 from Crazy-Marvin/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents bcedba0 + 6d283d6 commit 33e657b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
api-level: 25
3232
script: ./gradlew connectedAndroidTest
3333
- name: "📤 Upload code coverage"
34-
uses: codecov/codecov-action@v5
34+
uses: codecov/codecov-action@v6
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)