Skip to content

Commit 709e24f

Browse files
Bump actions/download-artifact from 3 to 4 in /workflow-templates
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d749b8 commit 709e24f

6 files changed

+9
-9
lines changed

workflow-templates/publish-go-nightly-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v4
8888

8989
- name: Download artifacts
90-
uses: actions/download-artifact@v3
90+
uses: actions/download-artifact@v4
9191
with:
9292
name: ${{ env.ARTIFACT_NAME }}
9393
path: ${{ env.DIST_DIR }}
@@ -177,7 +177,7 @@ jobs:
177177

178178
steps:
179179
- name: Download artifact
180-
uses: actions/download-artifact@v3
180+
uses: actions/download-artifact@v4
181181
with:
182182
name: ${{ env.ARTIFACT_NAME }}
183183
path: ${{ env.DIST_DIR }}

workflow-templates/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
steps:
148148
- name: Download build artifacts
149-
uses: actions/download-artifact@v3
149+
uses: actions/download-artifact@v4
150150

151151
- name: Create checksum file
152152
run: |

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v4
9797

9898
- name: Download artifacts
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v4
100100
with:
101101
name: ${{ env.ARTIFACT_NAME }}
102102
path: ${{ env.DIST_DIR }}
@@ -187,7 +187,7 @@ jobs:
187187

188188
steps:
189189
- name: Download artifact
190-
uses: actions/download-artifact@v3
190+
uses: actions/download-artifact@v4
191191
with:
192192
name: ${{ env.ARTIFACT_NAME }}
193193
path: ${{ env.DIST_DIR }}

workflow-templates/release-go-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4
9393

9494
- name: Download artifacts
95-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9696
with:
9797
name: ${{ env.ARTIFACT_NAME }}
9898
path: ${{ env.DIST_DIR }}
@@ -183,7 +183,7 @@ jobs:
183183

184184
steps:
185185
- name: Download artifact
186-
uses: actions/download-artifact@v3
186+
uses: actions/download-artifact@v4
187187
with:
188188
name: ${{ env.ARTIFACT_NAME }}
189189
path: ${{ env.DIST_DIR }}

workflow-templates/sync-labels-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@v4
125125

126126
- name: Download configuration files artifact
127-
uses: actions/download-artifact@v3
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
130130
path: ${{ env.CONFIGURATIONS_FOLDER }}

workflow-templates/sync-labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/checkout@v4
115115

116116
- name: Download configuration files artifact
117-
uses: actions/download-artifact@v3
117+
uses: actions/download-artifact@v4
118118
with:
119119
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
120120
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)