Skip to content

Commit

Permalink
Update Codecov (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed May 17, 2024
1 parent 8ddc025 commit b8df119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ./Scripts/prepare-coverage-reports.sh
- name: Upload Coverage Reports
if: success()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
spm-13-swift:
name: Swift Build Xcode 13
runs-on: macOS-12
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: ./Scripts/prepare-coverage-reports.sh
- name: Upload Coverage Reports
if: success()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
spm-14-swift:
name: Swift Build Xcode 14
runs-on: macOS-12
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
run: ./Scripts/prepare-coverage-reports.sh
- name: Upload Coverage Reports
if: success()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
spm-15-swift:
name: Swift Build Xcode 15
runs-on: macOS-14
Expand Down

0 comments on commit b8df119

Please sign in to comment.