Skip to content

Commit f4be5f3

Browse files
chore: 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 5af07af commit f4be5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ jobs:
113113
| xargs -I '{}' gh api -X DELETE repos/${{ github.repository }}/releases/{}
114114
115115
- name: Download Build Artifacts
116-
uses: actions/download-artifact@v4
116+
uses: actions/download-artifact@v5
117117
with:
118118
name: zip-artifacts
119119
path: artifacts/
120120
- name: Display the Zip files that are going to be attached
121121
run: ls -R artifacts/
122122

123123
- name: Download Release Notes
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v5
125125
with:
126126
name: release-notes
127127
path: notes/

0 commit comments

Comments
 (0)