diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e70d4f1b9f..72ed4e3e922 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: amazon_linux-2-build - name: Parallel Test @@ -81,7 +81,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: amazon_linux-2-build - name: WASM Spec Test @@ -104,7 +104,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: amazon_linux-2-build - name: Serial Test @@ -153,7 +153,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: centos-77-build - name: Parallel Test @@ -176,7 +176,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: centos-77-build - name: WASM Spec Test @@ -199,7 +199,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: centos-77-build - name: Serial Test @@ -248,7 +248,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ubuntu-1604-build - name: Parallel Test @@ -271,7 +271,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ubuntu-1604-build - name: WASM Spec Test @@ -294,7 +294,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ubuntu-1604-build - name: Serial Test @@ -343,7 +343,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ubuntu-1804-build - name: Parallel Test @@ -366,7 +366,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ubuntu-1804-build - name: WASM Spec Test @@ -389,7 +389,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ubuntu-1804-build - name: Serial Test @@ -436,7 +436,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: macos-1015-build - name: Parallel Test @@ -457,7 +457,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: macos-1015-build - name: WASM Spec Test @@ -478,7 +478,7 @@ jobs: git submodule sync --recursive git submodule update --init --force --recursive - name: Download Build Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: macos-1015-build - name: Serial Test