We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0826d9 commit e8b45e5Copy full SHA for e8b45e5
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
timeout-minutes: 15
22
strategy:
23
matrix:
24
- image: ["swift:5.10", "swift:6.0", "swiftlang/swift:nightly-6.1-jammy"]
+ image: ["swift:5.10", "swift:6.0", "swift:6.1"]
25
container:
26
image: ${{ matrix.image }}
27
services:
@@ -55,7 +55,7 @@ jobs:
55
-ignore-filename-regex="\/Benchmarks\/" \
56
-instr-profile .build/debug/codecov/default.profdata > info.lcov
57
- name: Upload to codecov.io
58
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v4
59
with:
60
files: info.lcov
61
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments