Skip to content

Commit 4662a41

Browse files
ci(deps): bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 0f665b1 commit 4662a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
fetch-depth: 0
139139

140140
- name: Download build artifacts
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v7
142142
with:
143143
name: site-build
144144
path: _site/

0 commit comments

Comments
 (0)