Skip to content

Commit f0cea09

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent a60627e commit f0cea09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run tests - ${{ matrix.name }}
3939
run: xcodebuild test -scheme "flex-ui" -destination "${{ matrix.destination }}" -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" clean || exit 1
4040
- name: Upload test results
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: ${{ matrix.name }}
4444
path: test_output

0 commit comments

Comments
 (0)