Skip to content

Commit 7587114

Browse files
Bump actions/download-artifact from 6 to 7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f3053c commit 7587114

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
go-version-file: go.mod
118118

119119
- name: Download artifacts
120-
uses: actions/download-artifact@v6
120+
uses: actions/download-artifact@v7
121121
with:
122122
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
123123
path: ${{ env.DIST_DIR }}
@@ -229,7 +229,7 @@ jobs:
229229
echo "TAG=$TAG" >>"$GITHUB_ENV"
230230
231231
- name: Download artifacts
232-
uses: actions/download-artifact@v6
232+
uses: actions/download-artifact@v7
233233
with:
234234
merge-multiple: true
235235
path: ${{ env.DIST_DIR }}
@@ -263,7 +263,7 @@ jobs:
263263
264264
- name: Download artifact
265265
if: steps.aws-determination.outputs.publish == 'true'
266-
uses: actions/download-artifact@v6
266+
uses: actions/download-artifact@v7
267267
with:
268268
pattern: ${{ env.ARTIFACT_PREFIX }}*
269269
merge-multiple: true

.github/workflows/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160
steps:
161161
- name: Download build artifacts
162-
uses: actions/download-artifact@v6
162+
uses: actions/download-artifact@v7
163163

164164
- name: Create checksum file
165165
run: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
go-version-file: go.mod
118118

119119
- name: Download artifacts
120-
uses: actions/download-artifact@v6
120+
uses: actions/download-artifact@v7
121121
with:
122122
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
123123
path: ${{ env.DIST_DIR }}
@@ -223,7 +223,7 @@ jobs:
223223
echo "publish=${{ secrets.AWS_ROLE_TO_ASSUME != '' }}" >>$GITHUB_OUTPUT
224224
225225
- name: Download artifact
226-
uses: actions/download-artifact@v6
226+
uses: actions/download-artifact@v7
227227
with:
228228
pattern: ${{ env.ARTIFACT_PREFIX }}*
229229
merge-multiple: true

.github/workflows/sync-labels-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v6
124124

125125
- name: Download configuration file artifacts
126-
uses: actions/download-artifact@v6
126+
uses: actions/download-artifact@v7
127127
with:
128128
merge-multiple: true
129129
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)