Skip to content

Commit b9072f4

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

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
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v5
110110

111111
- name: Download artifacts
112-
uses: actions/download-artifact@v5
112+
uses: actions/download-artifact@v6
113113
with:
114114
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
115115
path: ${{ env.DIST_DIR }}
@@ -226,7 +226,7 @@ jobs:
226226

227227
steps:
228228
- name: Download artifact
229-
uses: actions/download-artifact@v5
229+
uses: actions/download-artifact@v6
230230
with:
231231
pattern: ${{ env.ARTIFACT_PREFIX }}*
232232
merge-multiple: true

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

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

156156
steps:
157157
- name: Download build artifacts
158-
uses: actions/download-artifact@v5
158+
uses: actions/download-artifact@v6
159159

160160
- name: Create checksum file
161161
run: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v5
120120

121121
- name: Download artifacts
122-
uses: actions/download-artifact@v5
122+
uses: actions/download-artifact@v6
123123
with:
124124
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
125125
path: ${{ env.DIST_DIR }}
@@ -229,7 +229,7 @@ jobs:
229229

230230
steps:
231231
- name: Download artifact
232-
uses: actions/download-artifact@v5
232+
uses: actions/download-artifact@v6
233233
with:
234234
pattern: ${{ env.ARTIFACT_PREFIX }}*
235235
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@v5
124124

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

0 commit comments

Comments
 (0)