Skip to content

Commit dfa7ab2

Browse files
build(deps): bump codecov/codecov-action from 3 to 4 (#150)
* 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] <[email protected]> * switch linux back to 3 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corey <[email protected]>
1 parent 447a5c2 commit dfa7ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v3
61+
uses: codecov/codecov-action@v4
6262
with:
6363
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
6464
fail_ci_if_error: false
@@ -91,7 +91,7 @@ jobs:
9191
env:
9292
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
9393
- name: Upload coverage to Codecov
94-
uses: codecov/codecov-action@v3
94+
uses: codecov/codecov-action@v4
9595
with:
9696
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
9797
env_vars: SPM
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
swift build -v
146146
- name: Upload coverage to Codecov
147-
uses: codecov/codecov-action@v3
147+
uses: codecov/codecov-action@v4
148148
with:
149149
env_vars: WINDOWSLATEST
150150
fail_ci_if_error: false

0 commit comments

Comments
 (0)