Skip to content

Commit

Permalink
Downgrade to v3 of the Codecov Action (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Jun 4, 2024
1 parent 616d754 commit c912d17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"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@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c912d17

Please sign in to comment.