Skip to content

Commit a01e3d7

Browse files
authored
Merge pull request #1128 from JetBrains/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents ff59b76 + f43454d commit a01e3d7

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,21 @@ jobs:
107107

108108
# Download azure artifacts
109109
- name: Download library artifacts
110-
uses: actions/download-artifact@v5
110+
uses: actions/download-artifact@v6
111111
with:
112112
name: azure-artifacts
113113
path: /home/runner/.m2/repository/com/microsoft/azure/
114114

115115
# Download hdinsight artifacts
116116
- name: Download library artifacts
117-
uses: actions/download-artifact@v5
117+
uses: actions/download-artifact@v6
118118
with:
119119
name: hdinsight-artifacts
120120
path: /home/runner/.m2/repository/com/microsoft/hdinsight/
121121

122122
# Download azuretools artifacts
123123
- name: Download library artifacts
124-
uses: actions/download-artifact@v5
124+
uses: actions/download-artifact@v6
125125
with:
126126
name: azuretools-artifacts
127127
path: /home/runner/.m2/repository/com/microsoft/azuretools/
@@ -182,21 +182,21 @@ jobs:
182182
#
183183
# # Download azure artifacts
184184
# - name: Download library artifacts
185-
# uses: actions/download-artifact@v5
185+
# uses: actions/download-artifact@v6
186186
# with:
187187
# name: azure-artifacts
188188
# path: /home/runner/.m2/repository/com/microsoft/azure/
189189
#
190190
# # Download hdinsight artifacts
191191
# - name: Download library artifacts
192-
# uses: actions/download-artifact@v5
192+
# uses: actions/download-artifact@v6
193193
# with:
194194
# name: hdinsight-artifacts
195195
# path: /home/runner/.m2/repository/com/microsoft/hdinsight/
196196
#
197197
# # Download azuretools artifacts
198198
# - name: Download library artifacts
199-
# uses: actions/download-artifact@v5
199+
# uses: actions/download-artifact@v6
200200
# with:
201201
# name: azuretools-artifacts
202202
# path: /home/runner/.m2/repository/com/microsoft/azuretools/
@@ -250,21 +250,21 @@ jobs:
250250

251251
# Download azure artifacts
252252
- name: Download library artifacts
253-
uses: actions/download-artifact@v5
253+
uses: actions/download-artifact@v6
254254
with:
255255
name: azure-artifacts
256256
path: /home/runner/.m2/repository/com/microsoft/azure/
257257

258258
# Download hdinsight artifacts
259259
- name: Download library artifacts
260-
uses: actions/download-artifact@v5
260+
uses: actions/download-artifact@v6
261261
with:
262262
name: hdinsight-artifacts
263263
path: /home/runner/.m2/repository/com/microsoft/hdinsight/
264264

265265
# Download azuretools artifacts
266266
- name: Download library artifacts
267-
uses: actions/download-artifact@v5
267+
uses: actions/download-artifact@v6
268268
with:
269269
name: azuretools-artifacts
270270
path: /home/runner/.m2/repository/com/microsoft/azuretools/

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ jobs:
7777

7878
# Download azure artifacts
7979
- name: Download library artifacts
80-
uses: actions/download-artifact@v5
80+
uses: actions/download-artifact@v6
8181
with:
8282
name: azure-artifacts
8383
path: /home/runner/.m2/repository/com/microsoft/azure/
8484

8585
# Download hdinsight artifacts
8686
- name: Download library artifacts
87-
uses: actions/download-artifact@v5
87+
uses: actions/download-artifact@v6
8888
with:
8989
name: hdinsight-artifacts
9090
path: /home/runner/.m2/repository/com/microsoft/hdinsight/
9191

9292
# Download azuretools artifacts
9393
- name: Download library artifacts
94-
uses: actions/download-artifact@v5
94+
uses: actions/download-artifact@v6
9595
with:
9696
name: azuretools-artifacts
9797
path: /home/runner/.m2/repository/com/microsoft/azuretools/

0 commit comments

Comments
 (0)