Skip to content

Commit

Permalink
Upgrade codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Feb 6, 2024
1 parent 8f44c5b commit 0e928f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
if-no-files-found: ignore

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
xcode: true
xcode_archive_path: Logs/CompoundTests.xcresult
Expand Down

0 comments on commit 0e928f4

Please sign in to comment.