File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 59
59
RELEASE_KEY_PASSWORD : ${{ secrets.DROID_KEY_PASSWORD }}
60
60
61
61
- name : ' Upload Artifact'
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : sup-android-release
65
65
path : android/app/build/outputs/*/*
Original file line number Diff line number Diff line change 77
77
github_token : ${{ secrets.github_token }}
78
78
79
79
- name : ' Upload Artifact'
80
- uses : actions/upload-artifact@v3
80
+ uses : actions/upload-artifact@v4
81
81
with :
82
82
name : WinStoreRelease
83
83
path : app-builds/*.appx
Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
50
50
- name : Test E2E
51
51
run : npm run e2e
52
52
- name : Upload performance metrics as an artifact
53
- uses : actions/upload-artifact@v3
53
+ uses : actions/upload-artifact@v4
54
54
with :
55
55
name : nightwatch-performance-metrics
56
56
path : perf-metrics*.json
57
57
- name : ' Upload E2E screenshots on failure'
58
58
if : ${{ always() }}
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : e2eScreenshots
62
62
path : e2e/screenshots/**/*.*
Original file line number Diff line number Diff line change 42
42
- run : npm run test
43
43
- run : npm run e2e
44
44
- name : Upload performance metrics as an artifact
45
- uses : actions/upload-artifact@v3
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : nightwatch-performance-metrics
48
48
path : perf-metrics*.json
68
68
69
69
- name : ' Upload E2E screenshots on failure'
70
70
if : ${{ always() }}
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@v4
72
72
with :
73
73
name : e2eScreenshots
74
74
path : e2e/screenshots/**/*.*
Original file line number Diff line number Diff line change 55
55
release : false
56
56
57
57
- name : ' Upload Artifact'
58
- uses : actions/upload-artifact@v3
58
+ uses : actions/upload-artifact@v4
59
59
with :
60
60
name : WinBuildStuff
61
61
path : app-builds/*.exe
@@ -150,7 +150,7 @@ jobs:
150
150
# if: always()
151
151
# run: ls -la && cat notarization-error.log
152
152
- name : ' Upload Artifact'
153
- uses : actions/upload-artifact@v3
153
+ uses : actions/upload-artifact@v4
154
154
with :
155
155
name : dmg
156
156
path : app-builds/*.dmg
You can’t perform that action at this time.
0 commit comments