Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 9f1a7b0

Browse files
chore(deps): update codecov/codecov-action action to v3 (#338)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>codecov/codecov-action</summary> ### [`v3`](https://togithub.com/codecov/codecov-action/compare/v2...v3) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/netlify/functions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=--> Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 52d3a2c commit 9f1a7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "::set-output name=os::${os/-latest/}"
4545
echo "::set-output name=node::node_${node//[.*]/}"
4646
shell: bash
47-
- uses: codecov/codecov-action@v2
47+
- uses: codecov/codecov-action@v3
4848
with:
4949
file: coverage/coverage-final.json
5050
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}

0 commit comments

Comments
 (0)