Skip to content

Commit 3b7d979

Browse files
committed
ci: update to upload-artifact v4
v3 has been deprecated, see: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
1 parent e8232e8 commit 3b7d979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
--format html \
5252
--output-dir=.test-coverage
5353
- name: Upload test coverage html
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: test-coverage-report
5757
path: .test-coverage
@@ -68,4 +68,4 @@ jobs:
6868
swift-version: ${{ matrix.swift }}
6969
- uses: actions/checkout@v3
7070
- name: Test
71-
run: swift test --parallel
71+
run: swift test --parallel

0 commit comments

Comments
 (0)