From bcdb0d08d1d90c8387fd64daf5820da6759a135a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:09 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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