Skip to content

Commit 91c696d

Browse files
chore: bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 852b792 commit 91c696d

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

0 commit comments

Comments
 (0)