Skip to content

Commit 46c120a

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 d839095 commit 46c120a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

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

157157
- name: Download target directories (2.12.17, rootJS)
158-
uses: actions/download-artifact@v2
158+
uses: actions/download-artifact@v3
159159
with:
160160
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS
161161

@@ -165,7 +165,7 @@ jobs:
165165
rm targets.tar
166166
167167
- name: Download target directories (2.12.17, rootJVM)
168-
uses: actions/download-artifact@v2
168+
uses: actions/download-artifact@v3
169169
with:
170170
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJVM
171171

@@ -175,7 +175,7 @@ jobs:
175175
rm targets.tar
176176
177177
- name: Download target directories (2.12.17, rootNative)
178-
uses: actions/download-artifact@v2
178+
uses: actions/download-artifact@v3
179179
with:
180180
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootNative
181181

@@ -185,7 +185,7 @@ jobs:
185185
rm targets.tar
186186
187187
- name: Download target directories (2.13.10, rootJS)
188-
uses: actions/download-artifact@v2
188+
uses: actions/download-artifact@v3
189189
with:
190190
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS
191191

@@ -195,7 +195,7 @@ jobs:
195195
rm targets.tar
196196
197197
- name: Download target directories (2.13.10, rootJVM)
198-
uses: actions/download-artifact@v2
198+
uses: actions/download-artifact@v3
199199
with:
200200
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM
201201

@@ -205,7 +205,7 @@ jobs:
205205
rm targets.tar
206206
207207
- name: Download target directories (2.13.10, rootNative)
208-
uses: actions/download-artifact@v2
208+
uses: actions/download-artifact@v3
209209
with:
210210
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative
211211

@@ -215,7 +215,7 @@ jobs:
215215
rm targets.tar
216216
217217
- name: Download target directories (3.2.1, rootJS)
218-
uses: actions/download-artifact@v2
218+
uses: actions/download-artifact@v3
219219
with:
220220
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJS
221221

@@ -225,7 +225,7 @@ jobs:
225225
rm targets.tar
226226
227227
- name: Download target directories (3.2.1, rootNative)
228-
uses: actions/download-artifact@v2
228+
uses: actions/download-artifact@v3
229229
with:
230230
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootNative
231231

0 commit comments

Comments
 (0)