Skip to content

Commit 8a408a6

Browse files
authored
Update CI even more
1 parent 6b714e4 commit 8a408a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
-destination "${DESTINATION}" |
5757
xcbeautify --is-ci --quiet --renderer github-actions
5858
- name: Upload coverage data
59-
uses: codecov/codecov-action@v3
59+
uses: codecov/codecov-action@v4
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
swift: true
@@ -82,19 +82,19 @@ jobs:
8282
run: |
8383
DEBIAN_FRONTEND=noninteractive apt-get update
8484
DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz-utils
85-
curl -fsSLO 'https://github.com/tuist/xcbeautify/releases/download/1.0.1/xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz'
86-
tar -x -J -f xcbeautify-1.0.1-x86_64-unknown-linux-gnu.tar.xz
85+
curl -fsSLO 'https://github.com/cpisciotta/xcbeautify/releases/download/2.15.0/xcbeautify-2.15.0-x86_64-unknown-linux-gnu.tar.xz'
86+
tar -x -J -f xcbeautify-2.15.0-x86_64-unknown-linux-gnu.tar.xz
8787
- name: Run tests
8888
shell: bash
8989
run: |
9090
set -o pipefail && \
9191
swift test --sanitize=thread --enable-code-coverage |
9292
./xcbeautify --is-ci --quiet --renderer github-actions
9393
- name: Upload coverage data
94-
uses: vapor/swift-codecov-action@v0.2
94+
uses: vapor/swift-codecov-action@v0.3
9595
with:
96-
cc_token: ${{ secrets.CODECOV_TOKEN }}
97-
cc_verbose: true
96+
codecov_token: ${{ secrets.CODECOV_TOKEN }}
97+
verbose: true
9898

9999
codeql:
100100
if: ${{ !(github.event.pull_request.draft || false) }}

0 commit comments

Comments
 (0)