We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8232e8 commit 3b7d979Copy full SHA for 3b7d979
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
--format html \
52
--output-dir=.test-coverage
53
- name: Upload test coverage html
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
name: test-coverage-report
57
path: .test-coverage
@@ -68,4 +68,4 @@ jobs:
68
swift-version: ${{ matrix.swift }}
69
- uses: actions/checkout@v3
70
- name: Test
71
- run: swift test --parallel
+ run: swift test --parallel
0 commit comments