Skip to content

Commit 564d7c6

Browse files
authored
Update ci.yml
1 parent 35d5c8a commit 564d7c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
env:
5151
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
5252
- name: Prepare codecov
53-
uses: sersoft-gmbh/swift-coverage-action@v4
53+
uses: sersoft-gmbh/swift-coverage-action@v5
5454
id: coverage-files
5555
with:
5656
format: lcov
5757
search-paths: ./DerivedData
5858
env:
5959
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v4
61+
uses: codecov/codecov-action@v5
6262
with:
6363
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
6464
fail_ci_if_error: false
@@ -84,15 +84,15 @@ jobs:
8484
env:
8585
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
8686
- name: Prepare codecov
87-
uses: sersoft-gmbh/swift-coverage-action@v4
87+
uses: sersoft-gmbh/swift-coverage-action@v5
8888
id: coverage-files
8989
with:
9090
format: lcov
9191
search-paths: ./.build
9292
env:
9393
DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }}
9494
- name: Upload coverage to Codecov
95-
uses: codecov/codecov-action@v4
95+
uses: codecov/codecov-action@v5
9696
with:
9797
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
9898
env_vars: SPM
@@ -128,7 +128,7 @@ jobs:
128128
cat .codecov.yml | curl --data-binary @- https://codecov.io/validate
129129
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
130130
- name: Upload coverage to Codecov
131-
uses: codecov/codecov-action@v4
131+
uses: codecov/codecov-action@v5
132132
with:
133133
env_vars: LINUX
134134
fail_ci_if_error: true
@@ -147,7 +147,7 @@ jobs:
147147
run: |
148148
swift build --enable-test-discovery -v
149149
- name: Upload coverage to Codecov
150-
uses: codecov/codecov-action@v4
150+
uses: codecov/codecov-action@v5
151151
with:
152152
env_vars: WINDOWSLATEST
153153
fail_ci_if_error: false

0 commit comments

Comments
 (0)