Skip to content

Commit 07883a3

Browse files
Update actions/upload-artifact action to v4
1 parent d54ec84 commit 07883a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload build artifacts
4646
if: failure()
47-
uses: actions/upload-artifact@v3.1.2
47+
uses: actions/upload-artifact@v4.6.1
4848
with:
4949
name: build-artifacts-${{ matrix.swift }}-${{ github.run_id }}
5050
path: |

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Upload test artifacts
5353
if: failure()
54-
uses: actions/upload-artifact@v3.1.2
54+
uses: actions/upload-artifact@v4.6.1
5555
with:
5656
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
5757
path: |
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload build artifacts
6868
if: failure()
69-
uses: actions/upload-artifact@v3.1.2
69+
uses: actions/upload-artifact@v4.6.1
7070
with:
7171
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
7272
path: |

0 commit comments

Comments
 (0)