Skip to content

Commit d37c066

Browse files
chore(deps): bump actions/download-artifact from 5 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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 3e4c24d commit d37c066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
url: ${{ steps.deployment.outputs.page_url }}
6262
steps:
6363
- name: Download build artifacts
64-
uses: actions/download-artifact@v5
64+
uses: actions/download-artifact@v7
6565
with:
6666
name: dist
6767
path: dist
@@ -88,7 +88,7 @@ jobs:
8888
# url: https://algolens.app
8989
# steps:
9090
# - name: Download build artifacts
91-
# uses: actions/download-artifact@v5
91+
# uses: actions/download-artifact@v7
9292
# with:
9393
# name: dist
9494
# path: dist

0 commit comments

Comments
 (0)