Skip to content

Commit fac002b

Browse files
author
Konstantin Ottnad
committed
Fixed typo and reverted checkout -> v6.
1 parent 36290fb commit fac002b

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/basic-build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: mpicc --version
3434

3535
- name: get_lime
36-
uses: actions/checkout@v7
36+
uses: actions/checkout@v6
3737
with:
3838
repository: usqcd-software/c-lime
3939
path: lime
@@ -53,13 +53,13 @@ jobs:
5353
5454
- name: Archive lime config.log
5555
if: ${{ always() }}
56-
uses: actions/upload-artiface@v7
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: lime_config_output
5959
path: ${{github.workspace}}/lime/build/config.log
6060

6161
- name: get_lemon
62-
uses: actions/checkout@v7
62+
uses: actions/checkout@v6
6363
with:
6464
repository: etmc/lemon
6565
path: lemon
@@ -80,13 +80,13 @@ jobs:
8080
8181
- name: Archive lemon config.log
8282
if: ${{ always() }}
83-
uses: actions/upload-artiface@v7
83+
uses: actions/upload-artifact@v6
8484
with:
8585
name: lemon_config_output
8686
path: ${{github.workspace}}/lemon/build/config.log
8787

8888
- name: get_tmlqcd
89-
uses: actions/checkout@v7
89+
uses: actions/checkout@v6
9090
with:
9191
path: main
9292

@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Archive tmLQCD config.log
112112
if: ${{ always() }}
113-
uses: actions/upload-artiface@v7
113+
uses: actions/upload-artifact@v6
114114
with:
115115
name: tmlqcd_config_output
116116
path: ${{github.workspace}}/main/build/config.log
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Archive nf2_rgmixedcg_hmc_tmcloverdetratio output
125125
if: ${{ always() }}
126-
uses: actions/upload-artiface@v7
126+
uses: actions/upload-artifact@v6
127127
with:
128128
name: tmlqcd_test_output
129129
path: ${{github.workspace}}/main/build/output.data

.github/workflows/ddalphaamg-build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: get_tmlqcd
14-
uses: actions/checkout@v7
14+
uses: actions/checkout@v6
1515
with:
1616
path: main
1717

@@ -38,7 +38,7 @@ jobs:
3838
run: mpicc --version
3939

4040
- name: get_lime
41-
uses: actions/checkout@v7
41+
uses: actions/checkout@v6
4242
with:
4343
repository: usqcd-software/c-lime
4444
path: lime
@@ -58,13 +58,13 @@ jobs:
5858
5959
- name: Archive lime config.log
6060
if: ${{ always() }}
61-
uses: actions/upload-artiface@v7
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: lime_config_output
6464
path: ${{github.workspace}}/lime/build/config.log
6565

6666
- name: get_lemon
67-
uses: actions/checkout@v7
67+
uses: actions/checkout@v6
6868
with:
6969
repository: etmc/lemon
7070
path: lemon
@@ -85,13 +85,13 @@ jobs:
8585
8686
- name: Archive lemon config.log
8787
if: ${{ always() }}
88-
uses: actions/upload-artiface@v7
88+
uses: actions/upload-artifact@v6
8989
with:
9090
name: lemon_config_output
9191
path: ${{github.workspace}}/lemon/build/config.log
9292

9393
- name: get_ddalphaamg
94-
uses: actions/checkout@v7
94+
uses: actions/checkout@v6
9595
with:
9696
repository: kostrzewa/ddalphaamg #sbacchio/ddalphaamg
9797
ref: fix_main_build
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Archive nf2_ddalphaamg_hmc_tmcloverdetratio output
135135
if: ${{ always() }}
136-
uses: actions/upload-artiface@v7
136+
uses: actions/upload-artifact@v6
137137
with:
138138
name: tmlqcd_test_output
139139
path: ${{github.workspace}}/main/build/output.data

.github/workflows/qphix-build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: mpicc --version
3434

3535
- name: get_lime
36-
uses: actions/checkout@v7
36+
uses: actions/checkout@v6
3737
with:
3838
repository: usqcd-software/c-lime
3939
path: lime
@@ -53,13 +53,13 @@ jobs:
5353
5454
- name: Archive lime config.log
5555
if: ${{ always() }}
56-
uses: actions/upload-artiface@v7
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: lime_config_output
5959
path: ${{github.workspace}}/lime/build/config.log
6060

6161
- name: get_lemon
62-
uses: actions/checkout@v7
62+
uses: actions/checkout@v6
6363
with:
6464
repository: etmc/lemon
6565
path: lemon
@@ -80,13 +80,13 @@ jobs:
8080
8181
- name: Archive lemon config.log
8282
if: ${{ always() }}
83-
uses: actions/upload-artiface@v7
83+
uses: actions/upload-artifact@v6
8484
with:
8585
name: lemon_config_output
8686
path: ${{github.workspace}}/lemon/build/config.log
8787

8888
- name: get_qmp
89-
uses: actions/checkout@v7
89+
uses: actions/checkout@v6
9090
with:
9191
repository: usqcd-software/qmp
9292
path: qmp
@@ -110,13 +110,13 @@ jobs:
110110
111111
- name: Archive qmp config.log
112112
if: ${{ always() }}
113-
uses: actions/upload-artiface@v7
113+
uses: actions/upload-artifact@v6
114114
with:
115115
name: qmp_config_output
116116
path: ${{github.workspace}}/qmp/build/config.log
117117

118118
- name: get_qphix
119-
uses: actions/checkout@v7
119+
uses: actions/checkout@v6
120120
with:
121121
repository: JeffersonLab/qphix
122122
ref: sysctl_deprecated
@@ -157,7 +157,7 @@ jobs:
157157
cat config.log
158158
159159
- name: get_tmlqcd
160-
uses: actions/checkout@v7
160+
uses: actions/checkout@v6
161161
with:
162162
path: main
163163

@@ -184,7 +184,7 @@ jobs:
184184
185185
- name: Archive tmLQCD config.log
186186
if: ${{ always() }}
187-
uses: actions/upload-artiface@v7
187+
uses: actions/upload-artifact@v6
188188
with:
189189
name: tmlqcd_config_output
190190
path: ${{github.workspace}}/main/build/config.log
@@ -197,7 +197,7 @@ jobs:
197197
198198
- name: Archive nf2_qphix_hmc_tmcloverdetratio output
199199
if: ${{ always() }}
200-
uses: actions/upload-artiface@v7
200+
uses: actions/upload-artifact@v6
201201
with:
202202
name: tmlqcd_test_output
203203
path: ${{github.workspace}}/main/build/output.data

0 commit comments

Comments
 (0)