Skip to content

Commit

Permalink
Bump download-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie <[email protected]>
  • Loading branch information
Dengjianping committed Oct 29, 2024
1 parent 12ae35b commit c9a6a55
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test_calamari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
mkdir -p $HOME/.local/bin
echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: fetch manta
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: manta
- name: mv and chmod manta
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- name: fetch manta
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: manta
- name: build docker image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_test_manta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
mkdir -p $HOME/.local/bin
echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: fetch manta
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: manta
- name: mv and chmod manta
Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- name: fetch manta
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: manta
- name: build docker image
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.runtime.name }}-runtime
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.runtime.name }}-srtool-json
- name: ruby setup
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
download_url: ${{ steps.upload-manta.outputs.browser_download_url }}
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: manta
- id: upload-manta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime_upgrade_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
ls -ahl $HOME/.local/share/${{ env.RUNTIME }}-pc/
manta-base export-state --chain $HOME/.local/share/${{ env.RUNTIME }}-pc/${{ env.RUNTIME_SPEC }}-base-spec.json > $HOME/.local/share/${{ env.RUNTIME }}-pc/${{ env.RUNTIME_SPEC }}-state.json || true
- name: fetch config-for-runtime-upgrade-test
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: config-for-runtime-upgrade-test
- name: Install dasel cli
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
--error ${{ github.workspace }}/zombienet-for-${{ env.RUNTIME_SPEC }}-stderr.log \
-- spawn --provider native ${{ github.workspace }}/zombienet/tests/0002-runtime-upgrade.toml
- name: fetch new ${{ env.RUNTIME }}_runtime.compact.compressed.wasm
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ env.RUNTIME }}-runtime
- uses: actions/checkout@v2
Expand Down

0 comments on commit c9a6a55

Please sign in to comment.