Skip to content

Commit 747cb9f

Browse files
author
Andrea Scuderi
committed
Revert to action v3
1 parent 1e6e16c commit 747cb9f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/swift-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
- name: Coverage
4040
run: |
4141
make coverage
42-
- name: Upload coverage reports to Codecov
43-
uses: codecov/codecov-action@v4.0.1
42+
- name: Upload Code Coverage
43+
uses: codecov/codecov-action@v3
4444
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
46-
slug: swift-serverless/BreezeLambdaWebHook
4745
files: ${{ github.workspace }}/lcov.info

0 commit comments

Comments
 (0)