Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit 07b5ad0

Browse files
committed
Merge master branch
2 parents a9ec13d + 4407f65 commit 07b5ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
llvm-cov export -format="lcov" .build/debug/SwiftPublicIPPackageTests.xctest -instr-profile .build/debug/codecov/default.profdata > ./coverage/lcov.info
2828
- name: Convert Absolute Path to Relative Path
2929
run: sed -i "s~${PWD}/~~g" ./coverage/lcov.info
30-
- uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v6
3131
with:
3232
name: lcov.info
3333
path: ./coverage/lcov.info
@@ -36,7 +36,7 @@ jobs:
3636
needs: test
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/download-artifact@v3
39+
- uses: actions/download-artifact@v7
4040
with:
4141
name: lcov.info
4242
path: ./coverage/

0 commit comments

Comments
 (0)