Skip to content

Commit

Permalink
Update codecov action to 4.x (was 3.1.4)
Browse files Browse the repository at this point in the history
Update checkout action to 4.x (was 3.x)
  • Loading branch information
dogo committed Sep 22, 2024
1 parent b85ee40 commit d37428c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.6.0
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
swift: true
swift_project: SketchKit
verbose: true

0 comments on commit d37428c

Please sign in to comment.