Skip to content

Commit 7beeed5

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd56d3b commit 7beeed5

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@v4
143+
uses: actions/download-artifact@v5
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@v4
105105

106106
- name: Download artifacts
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v5
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@v4
197+
uses: actions/download-artifact@v5
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@v4
109109

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

0 commit comments

Comments
 (0)