Skip to content

Commit fa6f1d5

Browse files
build(deps): bump codecov/codecov-action from 5 to 6 (#263)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2eb6d28 commit fa6f1d5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v5
63+
uses: codecov/codecov-action@v6
6464
with:
6565
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
6666
fail_ci_if_error: false
@@ -95,7 +95,7 @@ jobs:
9595
env:
9696
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
9797
- name: Upload coverage to Codecov
98-
uses: codecov/codecov-action@v5
98+
uses: codecov/codecov-action@v6
9999
with:
100100
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
101101
env_vars: SPM
@@ -132,7 +132,7 @@ jobs:
132132
env:
133133
DEVELOPER_DIR: ${{ env.CI_XCODE_OLDEST }}
134134
- name: Upload coverage to Codecov
135-
uses: codecov/codecov-action@v5
135+
uses: codecov/codecov-action@v6
136136
with:
137137
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
138138
env_vars: XCODEOLDEST
@@ -157,7 +157,7 @@ jobs:
157157
cat .codecov.yml | curl --data-binary @- https://codecov.io/validate
158158
llvm-cov export -format="lcov" .build/x86_64-unknown-linux-gnu/debug/ParseSwiftPackageTests.xctest -instr-profile .build/x86_64-unknown-linux-gnu/debug/codecov/default.profdata > info_linux.lcov
159159
- name: Upload coverage to Codecov
160-
uses: codecov/codecov-action@v5
160+
uses: codecov/codecov-action@v6
161161
with:
162162
env_vars: LINUX
163163
fail_ci_if_error: false
@@ -188,7 +188,7 @@ jobs:
188188
run: |
189189
swift test --enable-test-discovery --enable-code-coverage
190190
- name: Upload coverage to Codecov
191-
uses: codecov/codecov-action@v5
191+
uses: codecov/codecov-action@v6
192192
with:
193193
env_vars: WINDOWSLATEST
194194
fail_ci_if_error: false

0 commit comments

Comments
 (0)