File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
env :
16
16
# ** FOR GENERAL USE, LIKELY NEED TO CHANGE: **
17
17
package : realworld
18
- container_image : intersystemsdc/iris-community:2020.3.0.221.0-zpm
18
+ container_image : intersystemsdc/iris-community
19
19
20
20
# ** FOR GENERAL USE, MAY NEED TO CHANGE: **
21
21
build_flags : -dev -verbose # Load in -dev mode to get unit test code preloaded
@@ -35,10 +35,10 @@ jobs:
35
35
steps :
36
36
37
37
# Checks out this repository under $GITHUB_WORKSPACE, so your job can access it
38
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v3
39
39
40
40
# Also need to check out timleavitt/forgery until the official version installable via ZPM
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
with :
43
43
repository : timleavitt/forgery
44
44
path : forgery
89
89
# all tests passed.
90
90
fail : false
91
91
- name : Attach the report
92
- uses : actions/upload-artifact@v1
92
+ uses : actions/upload-artifact@v3
93
93
if : always()
94
94
with :
95
95
name : ${{ steps.xunit-viewer.outputs.report-name }}
You can’t perform that action at this time.
0 commit comments