Unverified Commit 722822b9 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent b6bf85ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ jobs:
    needs: build
    if: github.repository_owner == 'SUSTech-CRA' && github.ref == 'refs/heads/master'
    steps:
    - uses: actions/download-artifact@v3
    - uses: actions/download-artifact@v4.1.7
      with:
        name: sustech-online-build
        path: "./docs/.vuepress/dist/"