Skip to content

Commit b97e90e

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] <support@github.com>
1 parent e250545 commit b97e90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
needs: [build-using-docker, build-macos]
143143
steps:
144144
- name: Download packaged releases
145-
uses: actions/download-artifact@v4
145+
uses: actions/download-artifact@v5
146146
with:
147147
merge-multiple: true
148148
- name: List downloaded files

0 commit comments

Comments
 (0)