Skip to content

Commit e3a7605

Browse files
committed
Bump actions/download-artifact from 2 to 3 in "template" workflows
1 parent 3c0655d commit e3a7605

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

workflow-templates/dependabot/workflow-template-copies/.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 }}

workflow-templates/dependabot/workflow-template-copies/.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 }}

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

Lines changed: 2 additions & 2 deletions
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 }}

workflow-templates/dependabot/workflow-template-copies/.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 }}

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

Lines changed: 1 addition & 1 deletion
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 }}

workflow-templates/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 }}

workflow-templates/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 }}

workflow-templates/release-go-crosscompile-task.yml

Lines changed: 2 additions & 2 deletions
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 }}

workflow-templates/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 }}

workflow-templates/sync-labels.yml

Lines changed: 1 addition & 1 deletion
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)