Skip to content

Commit e15da3d

Browse files
dependabot[bot]per1234
authored andcommitted
Bump actions/download-artifact from 3 to 4
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 b552aba commit e15da3d

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
@@ -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 }}
@@ -176,7 +176,7 @@ jobs:
176176

177177
steps:
178178
- name: Download artifact
179-
uses: actions/download-artifact@v3
179+
uses: actions/download-artifact@v4
180180
with:
181181
name: ${{ env.ARTIFACT_NAME }}
182182
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
@@ -144,7 +144,7 @@ jobs:
144144

145145
steps:
146146
- name: Download build artifacts
147-
uses: actions/download-artifact@v3
147+
uses: actions/download-artifact@v4
148148

149149
- name: Create checksum file
150150
run: |

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

Lines changed: 2 additions & 2 deletions
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 }}
@@ -182,7 +182,7 @@ jobs:
182182

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

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@v4
116116

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

0 commit comments

Comments
 (0)