Skip to content

Commit cb222f7

Browse files
authored
build_trio.yml: use actions/upload-artifact@v4
actions/upload-artifact@v3 is scheduled for deprecation on November 30, 2024
1 parent f23b38a commit cb222f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_trio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
# Upload Build artifacts
263263
- name: Upload build log, IPA and Symbol artifacts
264264
if: always()
265-
uses: actions/upload-artifact@v3
265+
uses: actions/upload-artifact@v4
266266
with:
267267
name: build-artifacts
268268
path: |

0 commit comments

Comments
 (0)