Skip to content

Commit 0f825b0

Browse files
Update actions/upload-artifact action to v4 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e42be9e commit 0f825b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
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.4.3
3131
with:
3232
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
3333
path: |

0 commit comments

Comments
 (0)