Skip to content

Commit 42262a1

Browse files
authored
Merge branch 'main' into cbaker6-patch-1
2 parents 845b07a + 4742807 commit 42262a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
DEVELOPER_DIR: ${{ env.CI_XCODE }}
3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
4242
env_vars: SPM
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
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
6363
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@v4
64+
uses: codecov/codecov-action@v5
6565
with:
6666
env_vars: LINUX
6767
fail_ci_if_error: true

0 commit comments

Comments
 (0)