Skip to content

Commit 196e451

Browse files
authored
Update master.yml
Signed-off-by: David P. Chassin <david.chassin@me.com>
1 parent 8242dea commit 196e451

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/master.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,25 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13-
container: slacgismo/gridlabd:latest
13+
container: lfenergy/arras:latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
17+
1718
- name: Get test files
1819
run: |
1920
git submodule sync
2021
git submodule update --init --recursive
22+
2123
- name: Validation
2224
run: |
2325
make validate
26+
2427
- name: Save results
25-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v3
2629
if: failure()
2730
with:
2831
name: validate-result
2932
path: |
3033
validate.txt
31-
validate.tar.gz
34+
validate.tar.gz

0 commit comments

Comments
 (0)