File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
experimental : [false]
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Find the version
22
22
run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
- name : Upload the screenshots
121
121
if : always()
122
- uses : actions/upload-artifact@v3
122
+ uses : actions/upload-artifact@v4
123
123
with :
124
124
path : " output"
125
125
name : " behat output"
@@ -218,7 +218,7 @@ jobs:
218
218
219
219
- name : Upload the package as artifact
220
220
if : always()
221
- uses : actions/upload-artifact@v3
221
+ uses : actions/upload-artifact@v4
222
222
with :
223
223
path : " phplist-*.tgz"
224
224
name : " phpList Release File"
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
116
116
- name : Upload the Screenshots
117
117
if : always()
118
- uses : actions/upload-artifact@v3
118
+ uses : actions/upload-artifact@v4
119
119
with :
120
120
path : " output"
121
121
name : " behat output ${{ matrix.php-version }}"
You can’t perform that action at this time.
0 commit comments