Skip to content

Commit 767efb2

Browse files
chore(deps): Bump actions/download-artifact from 4 to 7 (#559)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee4c882 commit 767efb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
if: startsWith(github.ref, 'refs/tags/v')
9999
steps:
100-
- uses: actions/download-artifact@v4
100+
- uses: actions/download-artifact@v8
101101
with:
102102
name: docs
103103
- uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)