diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 256984b..2e1e862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/ diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 9a385eb..a4b1256 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -100,7 +100,7 @@ jobs: fetch-depth: 0 - name: Download current results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: benchmark-results path: ./current/ @@ -192,7 +192,7 @@ jobs: fetch-depth: 0 - name: Download benchmark results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: benchmark-results path: ./new-results/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ba2b89..74e8a68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,7 @@ jobs: cache: 'npm' - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-package @@ -215,7 +215,7 @@ jobs: cache: 'npm' - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-package @@ -290,7 +290,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-package path: ./release-artifacts