Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
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](actions/download-artifact@v1...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 11d35f0 commit bcdb0d0
Showing 1 changed file with 15 additions and 15 deletions.
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

0 comments on commit bcdb0d0

Please sign in to comment.