File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-20.04
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
-
uses :
Ortus-Solutions/[email protected]
28
28
with :
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-20.04
30
30
steps :
31
31
- name : Checkout Repository
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Setup CommandBox
35
35
uses :
Ortus-Solutions/[email protected]
82
82
83
83
- name : Upload Build Artifacts
84
84
if : success()
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4
86
86
with :
87
87
name : ${{ env.MODULE_ID }}
88
88
path : |
@@ -138,7 +138,7 @@ jobs:
138
138
steps :
139
139
# Checkout development
140
140
- name : Checkout Repository
141
- uses : actions/checkout@v3
141
+ uses : actions/checkout@v4
142
142
with :
143
143
ref : development
144
144
@@ -148,7 +148,7 @@ jobs:
148
148
forgeboxAPIKey : ${{ secrets.FORGEBOX_TOKEN }}
149
149
150
150
- name : Download build artifacts
151
- uses : actions/download-artifact@v2
151
+ uses : actions/download-artifact@v4
152
152
with :
153
153
name : ${{ env.MODULE_ID }}
154
154
path : .tmp
Original file line number Diff line number Diff line change 20
20
name : Code Auto-Formatting
21
21
runs-on : ubuntu-20.04
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Auto-format
26
26
uses :
Ortus-Solutions/[email protected]
Original file line number Diff line number Diff line change 36
36
experimental : true
37
37
steps :
38
38
- name : Checkout Repository
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
41
41
42
42
- name : Setup Java
84
84
curl http://127.0.0.1:60299
85
85
86
86
# Startup Fake SMTP
87
- - uses : isbang/compose-action@v1.0 .0
87
+ - uses : isbang/compose-action@v2.8 .0
88
88
with :
89
89
compose-file : ' ./test-harness/tests/resources/docker-compose.yml'
90
90
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Upload Test Results to Artifacts
104
104
if : always()
105
- uses : actions/upload-artifact@v3
105
+ uses : actions/upload-artifact@v4
106
106
with :
107
107
name : test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
108
108
path : |
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
- name : Upload Debug Logs To Artifacts
117
117
if : ${{ failure() }}
118
- uses : actions/upload-artifact@v3
118
+ uses : actions/upload-artifact@v4
119
119
with :
120
120
name : Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
121
121
path : |
You can’t perform that action at this time.
0 commit comments