Skip to content

Commit

Permalink
Revert "Downgrade to v3 of the Codecov Action (#109)"
Browse files Browse the repository at this point in the history
This reverts commit c912d17.
  • Loading branch information
withinfocus committed Jun 5, 2024
1 parent c454059 commit 141b6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
"matchManagers": ["swift"],
"matchUpdateTypes": ["minor", "patch"]
}
],
"ignoreDeps": ["codecov/codecov-action"]
]
}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
| xcbeautify --renderer github-actions
- name: Upload to codecov.io
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 141b6b7

Please sign in to comment.