Skip to content

Commit 63df4fc

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fcd1c1b commit 63df4fc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .github/workflows/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.1.7
9191
with:
9292
name: ${{ env.ARTIFACT_NAME }}
9393
path: ${{ env.DIST_DIR }}
@@ -175,7 +175,7 @@ jobs:
175175

176176
steps:
177177
- name: Download artifact
178-
uses: actions/download-artifact@v3
178+
uses: actions/download-artifact@v4.1.7
179179
with:
180180
name: ${{ env.ARTIFACT_NAME }}
181181
path: ${{ env.DIST_DIR }}

Diff for: .github/workflows/publish-go-tester-task.yml

+1-1
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.1.7
148148

149149
- name: Create checksum file
150150
run: |

Diff for: .github/workflows/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.1.7
9696
with:
9797
name: ${{ env.ARTIFACT_NAME }}
9898
path: ${{ env.DIST_DIR }}
@@ -181,7 +181,7 @@ jobs:
181181

182182
steps:
183183
- name: Download artifact
184-
uses: actions/download-artifact@v3
184+
uses: actions/download-artifact@v4.1.7
185185
with:
186186
name: ${{ env.ARTIFACT_NAME }}
187187
path: ${{ env.DIST_DIR }}

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

+1-1
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.1.7
119119
with:
120120
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
121121
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)