Skip to content

Commit cb611c8

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#3605)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Candillon <[email protected]>
1 parent 8ed59ac commit cb611c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-dawn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ jobs:
217217
uses: actions/[email protected]
218218

219219
- name: Download all build artifacts
220-
uses: actions/download-artifact@v6
220+
uses: actions/download-artifact@v7
221221
with:
222222
pattern: build-*
223223
path: artifacts
224224

225225
- name: Download headers
226-
uses: actions/download-artifact@v6
226+
uses: actions/download-artifact@v7
227227
with:
228228
name: dawn-headers
229229
path: dawn-headers

0 commit comments

Comments
 (0)