Skip to content

Commit 0e3d6c7

Browse files
build(deps): bump codecov/codecov-action from 3 to 4 (#64)
* build(deps): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update ci.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corey <coreyearleon@icloud.com>
1 parent bb30637 commit 0e3d6c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
env:
3737
DEVELOPER_DIR: ${{ env.CI_XCODE }}
3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v3
39+
uses: codecov/codecov-action@v4
4040
with:
4141
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
4242
env_vars: SPM
4343
fail_ci_if_error: true
44+
token: ${{ secrets.CODECOV_TOKEN }}
4445
env:
4546
DEVELOPER_DIR: ${{ env.CI_XCODE }}
4647

@@ -60,10 +61,11 @@ jobs:
6061
run: |
6162
llvm-cov export -format="lcov" .build/x86_64-unknown-linux-gnu/debug/ParseServerSwiftPackageTests.xctest -instr-profile .build/x86_64-unknown-linux-gnu/debug/codecov/default.profdata > info_linux.lcov
6263
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v3
64+
uses: codecov/codecov-action@v4
6465
with:
6566
env_vars: LINUX
6667
fail_ci_if_error: true
68+
token: ${{ secrets.CODECOV_TOKEN }}
6769

6870
docs:
6971
timeout-minutes: 20

0 commit comments

Comments
 (0)