Skip to content

Commit 9091dea

Browse files
chore: 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] <support@github.com>
1 parent d50ed7d commit 9091dea

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@v5
116+
uses: actions/download-artifact@v6
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@v5
124+
uses: actions/download-artifact@v6
125125
with:
126126
name: release-notes
127127
path: notes/

0 commit comments

Comments
 (0)