Skip to content

Commit 1cd2b1b

Browse files
authored
Merge pull request #368 from arduino/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents fa3e94c + 3c12e21 commit 1cd2b1b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v3
5454

5555
- name: Download artifacts
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v3
5757
with:
5858
name: ${{ env.ARTIFACT_NAME }}
5959
path: ${{ env.DIST_DIR }}
@@ -125,7 +125,7 @@ jobs:
125125

126126
steps:
127127
- name: Download artifact
128-
uses: actions/download-artifact@v2
128+
uses: actions/download-artifact@v3
129129
with:
130130
name: ${{ env.ARTIFACT_NAME }}
131131
path: ${{ env.DIST_DIR }}

.github/workflows/publish-go-tester-task.yml

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

114114
steps:
115115
- name: Download combined builds artifact
116-
uses: actions/download-artifact@v2
116+
uses: actions/download-artifact@v3
117117
with:
118118
name: ${{ env.BUILDS_ARTIFACT }}
119119
path: ${{ env.BUILDS_ARTIFACT }}

.github/workflows/release-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v3
5959

6060
- name: Download artifacts
61-
uses: actions/download-artifact@v2
61+
uses: actions/download-artifact@v3
6262
with:
6363
name: ${{ env.ARTIFACT_NAME }}
6464
path: ${{ env.DIST_DIR }}
@@ -130,7 +130,7 @@ jobs:
130130

131131
steps:
132132
- name: Download artifact
133-
uses: actions/download-artifact@v2
133+
uses: actions/download-artifact@v3
134134
with:
135135
name: ${{ env.ARTIFACT_NAME }}
136136
path: ${{ env.DIST_DIR }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v3
110110

111111
- name: Download configuration files artifact
112-
uses: actions/download-artifact@v2
112+
uses: actions/download-artifact@v3
113113
with:
114114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115115
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)