Skip to content

Commit 9ca6923

Browse files
committed
ci updated
1 parent 0d3c55e commit 9ca6923

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
# ** FOR GENERAL USE, LIKELY NEED TO CHANGE: **
1717
package: realworld
18-
container_image: intersystemsdc/iris-community:2020.3.0.221.0-zpm
18+
container_image: intersystemsdc/iris-community
1919

2020
# ** FOR GENERAL USE, MAY NEED TO CHANGE: **
2121
build_flags: -dev -verbose # Load in -dev mode to get unit test code preloaded
@@ -35,10 +35,10 @@ jobs:
3535
steps:
3636

3737
# Checks out this repository under $GITHUB_WORKSPACE, so your job can access it
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939

4040
# Also need to check out timleavitt/forgery until the official version installable via ZPM
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
with:
4343
repository: timleavitt/forgery
4444
path: forgery
@@ -89,7 +89,7 @@ jobs:
8989
# all tests passed.
9090
fail: false
9191
- name: Attach the report
92-
uses: actions/upload-artifact@v1
92+
uses: actions/upload-artifact@v3
9393
if: always()
9494
with:
9595
name: ${{ steps.xunit-viewer.outputs.report-name }}

0 commit comments

Comments
 (0)