Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down