Skip to content

Commit a39c542

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 9945da3 commit a39c542

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id-token: write # This is required for requesting the JWT
7979
steps:
8080
- name: Download Workflow Artifact [GitHub Actions]
81-
uses: actions/download-artifact@v4
81+
uses: actions/download-artifact@v5
8282
with:
8383
pattern: ${{ env.ARTIFACT_PREFIX }}*
8484
merge-multiple: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v4
108108

109109
- name: Download artifacts
110-
uses: actions/download-artifact@v4
110+
uses: actions/download-artifact@v5
111111
with:
112112
name: ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
113113
path: ${{ env.DIST_DIR }}
@@ -198,7 +198,7 @@ jobs:
198198

199199
steps:
200200
- name: Download artifact
201-
uses: actions/download-artifact@v4
201+
uses: actions/download-artifact@v5
202202
with:
203203
pattern: ${{ env.ARTIFACT_PREFIX }}*
204204
merge-multiple: true

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v4
110110

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

0 commit comments

Comments
 (0)