Skip to content

Commit

Permalink
Merge pull request #747 from alvr/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v4
  • Loading branch information
alvr authored Jan 31, 2024
2 parents cb7a404 + f9f51c1 commit 27f9e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clear_cache.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Clear all Github actions caches on sundays
name: Clear Cache

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/katana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
**/build/reports/tests/testDebugUnitTest
retention-days: 7
- name: Upload report to Codecov
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down

0 comments on commit 27f9e9b

Please sign in to comment.