Skip to content

Commit c8c4cee

Browse files
authored
Merge pull request #216 from arduino/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 91f9117 + e3a7605 commit c8c4cee

12 files changed

+22
-22
lines changed

Diff for: .github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v3
109109

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

Diff for: .github/workflows/test-install-script.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Download script artifact
72-
uses: actions/download-artifact@v2
72+
uses: actions/download-artifact@v3
7373
with:
7474
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
7575

@@ -107,7 +107,7 @@ jobs:
107107
echo "BINDIR=${{ runner.temp }}/custom-installation-folder" >> "$GITHUB_ENV"
108108
109109
- name: Download script artifact
110-
uses: actions/download-artifact@v2
110+
uses: actions/download-artifact@v3
111111
with:
112112
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
113113

@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: Download script artifact
146-
uses: actions/download-artifact@v2
146+
uses: actions/download-artifact@v3
147147
with:
148148
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
149149

@@ -175,7 +175,7 @@ jobs:
175175

176176
steps:
177177
- name: Download script artifact
178-
uses: actions/download-artifact@v2
178+
uses: actions/download-artifact@v3
179179
with:
180180
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
181181

@@ -218,7 +218,7 @@ jobs:
218218
echo "SECOND_BINDIR=${{ runner.temp }}/${SECOND_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"
219219
220220
- name: Download script artifact
221-
uses: actions/download-artifact@v2
221+
uses: actions/download-artifact@v3
222222
with:
223223
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
224224

Diff for: workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-nightly-task.yml

+2-2
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 }}

Diff for: workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-tester-task.yml

+1-1
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 }}

Diff for: workflow-templates/dependabot/workflow-template-copies/.github/workflows/release-go-crosscompile-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v3
6666

6767
- name: Download artifacts
68-
uses: actions/download-artifact@v2
68+
uses: actions/download-artifact@v3
6969
with:
7070
name: ${{ env.ARTIFACT_NAME }}
7171
path: ${{ env.DIST_DIR }}
@@ -137,7 +137,7 @@ jobs:
137137

138138
steps:
139139
- name: Download artifact
140-
uses: actions/download-artifact@v2
140+
uses: actions/download-artifact@v3
141141
with:
142142
name: ${{ env.ARTIFACT_NAME }}
143143
path: ${{ env.DIST_DIR }}

Diff for: workflow-templates/dependabot/workflow-template-copies/.github/workflows/release-go-task.yml

+2-2
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 }}

Diff for: workflow-templates/dependabot/workflow-template-copies/.github/workflows/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v3
109109

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

Diff for: workflow-templates/publish-go-nightly-task.yml

+2-2
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 }}

Diff for: workflow-templates/publish-go-tester-task.yml

+1-1
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 }}

Diff for: workflow-templates/release-go-crosscompile-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v3
6666

6767
- name: Download artifacts
68-
uses: actions/download-artifact@v2
68+
uses: actions/download-artifact@v3
6969
with:
7070
name: ${{ env.ARTIFACT_NAME }}
7171
path: ${{ env.DIST_DIR }}
@@ -137,7 +137,7 @@ jobs:
137137

138138
steps:
139139
- name: Download artifact
140-
uses: actions/download-artifact@v2
140+
uses: actions/download-artifact@v3
141141
with:
142142
name: ${{ env.ARTIFACT_NAME }}
143143
path: ${{ env.DIST_DIR }}

Diff for: workflow-templates/release-go-task.yml

+2-2
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 }}

Diff for: workflow-templates/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v3
109109

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

0 commit comments

Comments
 (0)