Skip to content

Commit f2d3288

Browse files
authored
Merge pull request #37 from KSXGitHub/renovate/actions-download-artifact-2.x
chore(deps): update actions/download-artifact action to v2.0.10
2 parents 5106596 + 37116e0 commit f2d3288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
- uses: actions/checkout@v2
282282

283283
- name: Download artifact
284-
uses: actions/[email protected].9
284+
uses: actions/[email protected].10
285285
with:
286286
name: pdu-${{ matrix.target }}
287287

@@ -325,7 +325,7 @@ jobs:
325325
- uses: actions/checkout@v2
326326

327327
- name: Download all artifacts
328-
uses: actions/[email protected].9
328+
uses: actions/[email protected].10
329329
with:
330330
path: ./downloads
331331

@@ -394,7 +394,7 @@ jobs:
394394
- uses: actions/checkout@v2
395395

396396
- name: Download checksums
397-
uses: actions/[email protected].9
397+
uses: actions/[email protected].10
398398
with:
399399
name: checksums
400400
path: ./checksums

0 commit comments

Comments
 (0)