Skip to content

Commit 41af5a4

Browse files
authored
Merge pull request #8 from arduino/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 995970c + 68900ab commit 41af5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
steps:
181181
- name: Download artifact
182-
uses: actions/download-artifact@v2
182+
uses: actions/download-artifact@v3
183183
with:
184184
name: ${{ env.ARTIFACT_NAME }}
185185
path: ${{ env.DIST_DIR }}

0 commit comments

Comments
 (0)