diff --git a/.github/workflows/tool.yml b/.github/workflows/tool.yml index c607da5..ba79748 100644 --- a/.github/workflows/tool.yml +++ b/.github/workflows/tool.yml @@ -72,7 +72,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist @@ -140,7 +140,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: versioned-source path: app