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 f2c059b commit 6c90b6eCopy full SHA for 6c90b6e
.github/workflows/swift.yml
@@ -27,7 +27,7 @@ jobs:
27
run: xcrun llvm-cov export -format="lcov" .build/debug/${{ env.PACKAGE_NAME }}PackageTests.xctest/Contents/MacOS/${{ env.PACKAGE_NAME }}PackageTests -instr-profile .build/debug/codecov/default.profdata > build/reports/coverage.lcov
28
29
- name: Upload Artifacts
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
with:
32
name: test-results
33
path: |
0 commit comments