Skip to content

Commit 2d19899

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 66ff1ba commit 2d19899

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153

154154
steps:
155155
- name: Download build artifacts
156-
uses: actions/download-artifact@v3
156+
uses: actions/download-artifact@v4.1.7
157157

158158
- name: Create checksum file
159159
run: |

Diff for: .github/workflows/release-go-crosscompile-task.yml

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

9999
- name: Download artifacts
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4.1.7
101101
with:
102102
name: ${{ env.ARTIFACT_NAME }}
103103
path: ${{ env.DIST_DIR }}
@@ -193,7 +193,7 @@ jobs:
193193
uses: actions/checkout@v4
194194

195195
- name: Download artifact
196-
uses: actions/download-artifact@v3
196+
uses: actions/download-artifact@v4.1.7
197197
with:
198198
name: ${{ env.ARTIFACT_NAME }}
199199
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)