diff --git a/.github/workflows/interchaintest-E2E.yml b/.github/workflows/interchaintest-E2E.yml index 2325e65..4b623c1 100644 --- a/.github/workflows/interchaintest-E2E.yml +++ b/.github/workflows/interchaintest-E2E.yml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v6 - name: Download Tarball Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.IMAGE_NAME }} path: /tmp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f8833b..9812571 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: build merge-multiple: true