Unverified Commit a93cd5bc authored by liziwl's avatar liziwl Committed by GitHub
Browse files

Merge pull request #175 from...

Merge pull request #175 from SUSTech-CRA/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
parents b6bf85ae 722822b9
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/"