Skip to content

Commit 2de8f29

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#54)
1 parent 16a8350 commit 2de8f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Upload artifacts
4949
if: failure()
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: detox-artifacts
5353
path: artifacts

.github/workflows/e2e-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Upload artifacts
4444
if: failure()
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: detox-artifacts
4848
path: artifacts

0 commit comments

Comments
 (0)