Skip to content

Commit 151a435

Browse files
Bump actions/download-artifact from 5 to 6
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] <[email protected]>
1 parent 6831912 commit 151a435

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

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

141141
steps:
142142
- name: Download build artifacts
143-
uses: actions/download-artifact@v5
143+
uses: actions/download-artifact@v6
144144

145145
- name: Create checksum file
146146
run: |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v5
105105

106106
- name: Download artifacts
107-
uses: actions/download-artifact@v5
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
110110
path: ${{ env.DIST_DIR }}
@@ -194,7 +194,7 @@ jobs:
194194

195195
steps:
196196
- name: Download artifact
197-
uses: actions/download-artifact@v5
197+
uses: actions/download-artifact@v6
198198
with:
199199
pattern: ${{ env.ARTIFACT_PREFIX }}*
200200
merge-multiple: true

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v5
109109

110110
- name: Download configuration file artifacts
111-
uses: actions/download-artifact@v5
111+
uses: actions/download-artifact@v6
112112
with:
113113
merge-multiple: true
114114
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)