Skip to content

Commit 8dde6d1

Browse files
Update codecov/codecov-action action to v6 (#7561)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v5` → `v6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v6`](https://redirect.github.com/codecov/codecov-action/compare/v5...v6) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - 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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e89249 commit 8dde6d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-instrumented.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--ignore benchmarks/* --ignore 'vortex-test/*' \
6464
-o ${{ env.GRCOV_OUTPUT_FILE }}
6565
- name: Codecov
66-
uses: codecov/codecov-action@v5
66+
uses: codecov/codecov-action@v6
6767
with:
6868
name: run-${{ matrix.suite }}
6969
files: ${{ env.GRCOV_OUTPUT_FILE }}

0 commit comments

Comments
 (0)