Skip to content

Commit 919ca4b

Browse files
Update actions/upload-artifact action to v4
1 parent e08e0f9 commit 919ca4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
4343
- name: Upload test artifacts
4444
if: failure()
45-
uses: actions/upload-artifact@v3.1.2
45+
uses: actions/upload-artifact@v4.3.6
4646
with:
4747
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
4848
path: |
@@ -54,7 +54,7 @@ jobs:
5454
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
5555
- name: Upload build artifacts
5656
if: failure()
57-
uses: actions/upload-artifact@v3.1.2
57+
uses: actions/upload-artifact@v4.3.6
5858
with:
5959
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
6060
path: |

0 commit comments

Comments
 (0)