@@ -150,32 +150,32 @@ jobs:
150150 ~/Library/Caches/Coursier/v1
151151 key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
152152
153- - name : Download target directories (3.3.1 , rootJS)
153+ - name : Download target directories (3.3.3 , rootJS)
154154 uses : actions/download-artifact@v3
155155 with :
156- name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 -rootJS
156+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3 -rootJS
157157
158- - name : Inflate target directories (3.3.1 , rootJS)
158+ - name : Inflate target directories (3.3.3 , rootJS)
159159 run : |
160160 tar xf targets.tar
161161 rm targets.tar
162162
163- - name : Download target directories (3.3.1 , rootJVM)
163+ - name : Download target directories (3.3.3 , rootJVM)
164164 uses : actions/download-artifact@v3
165165 with :
166- name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 -rootJVM
166+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3 -rootJVM
167167
168- - name : Inflate target directories (3.3.1 , rootJVM)
168+ - name : Inflate target directories (3.3.3 , rootJVM)
169169 run : |
170170 tar xf targets.tar
171171 rm targets.tar
172172
173- - name : Download target directories (3.3.1 , rootNative)
173+ - name : Download target directories (3.3.3 , rootNative)
174174 uses : actions/download-artifact@v3
175175 with :
176- name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 -rootNative
176+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3 -rootNative
177177
178- - name : Inflate target directories (3.3.1 , rootNative)
178+ - name : Inflate target directories (3.3.3 , rootNative)
179179 run : |
180180 tar xf targets.tar
181181 rm targets.tar
0 commit comments