Skip to content

Commit 0d21fff

Browse files
Was getting failure on remote action Build step: This request has been automatically failed because it uses a deprecated version of actions/upload-artifact: v3
1 parent efed61d commit 0d21fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
# Upload Build artifacts
293293
- name: Upload build log, IPA and Symbol artifacts
294294
if: always()
295-
uses: actions/upload-artifact@v3
295+
uses: actions/upload-artifact@v4
296296
with:
297297
name: build-artifacts
298298
path: |

0 commit comments

Comments
 (0)