Skip to content

Commit b943978

Browse files
Update actions/upload-artifact action to v4
1 parent c811974 commit b943978

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
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Upload test artifacts
2929
if: failure()
30-
uses: actions/upload-artifact@v3.1.2
30+
uses: actions/upload-artifact@v4.6.0
3131
with:
3232
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
3333
path: |
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Upload build artifacts
4343
if: failure()
44-
uses: actions/upload-artifact@v3.1.2
44+
uses: actions/upload-artifact@v4.6.0
4545
with:
4646
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
4747
path: |

0 commit comments

Comments
 (0)