File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -143,22 +143,22 @@ jobs:
143143 ~/Library/Caches/Coursier/v1
144144 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
145145
146- - name : Download target directories (2.13.7 , rootJS)
146+ - name : Download target directories (2.13.14 , rootJS)
147147 uses : actions/download-artifact@v2
148148 with :
149- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.7 -rootJS
149+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.14 -rootJS
150150
151- - name : Inflate target directories (2.13.7 , rootJS)
151+ - name : Inflate target directories (2.13.14 , rootJS)
152152 run : |
153153 tar xf targets.tar
154154 rm targets.tar
155155
156- - name : Download target directories (2.13.7 , rootJVM)
156+ - name : Download target directories (2.13.14 , rootJVM)
157157 uses : actions/download-artifact@v2
158158 with :
159- name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.7 -rootJVM
159+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.13.14 -rootJVM
160160
161- - name : Inflate target directories (2.13.7 , rootJVM)
161+ - name : Inflate target directories (2.13.14 , rootJVM)
162162 run : |
163163 tar xf targets.tar
164164 rm targets.tar
You can’t perform that action at this time.
0 commit comments