Skip to content

Commit a4b89c5

Browse files
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab68276 commit a4b89c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
164164

165165
- name: Download target directories (2.12.17, rootJS)
166-
uses: actions/download-artifact@v2
166+
uses: actions/download-artifact@v3
167167
with:
168168
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
169169

@@ -173,7 +173,7 @@ jobs:
173173
rm targets.tar
174174
175175
- name: Download target directories (2.12.17, rootJVM)
176-
uses: actions/download-artifact@v2
176+
uses: actions/download-artifact@v3
177177
with:
178178
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
179179

@@ -183,7 +183,7 @@ jobs:
183183
rm targets.tar
184184
185185
- name: Download target directories (2.12.17, rootNative)
186-
uses: actions/download-artifact@v2
186+
uses: actions/download-artifact@v3
187187
with:
188188
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
189189

@@ -193,7 +193,7 @@ jobs:
193193
rm targets.tar
194194
195195
- name: Download target directories (2.13.10, rootJS)
196-
uses: actions/download-artifact@v2
196+
uses: actions/download-artifact@v3
197197
with:
198198
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
199199

@@ -203,7 +203,7 @@ jobs:
203203
rm targets.tar
204204
205205
- name: Download target directories (2.13.10, rootJVM)
206-
uses: actions/download-artifact@v2
206+
uses: actions/download-artifact@v3
207207
with:
208208
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
209209

@@ -213,7 +213,7 @@ jobs:
213213
rm targets.tar
214214
215215
- name: Download target directories (2.13.10, rootNative)
216-
uses: actions/download-artifact@v2
216+
uses: actions/download-artifact@v3
217217
with:
218218
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative
219219

@@ -223,7 +223,7 @@ jobs:
223223
rm targets.tar
224224
225225
- name: Download target directories (3.2.1, rootJS)
226-
uses: actions/download-artifact@v2
226+
uses: actions/download-artifact@v3
227227
with:
228228
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJS
229229

0 commit comments

Comments
 (0)