From 2de6614d5f9943e86fdd4c23a325549e7fb2f8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:39:15 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 330d5ea78..ea453fb55 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -258,18 +258,18 @@ jobs: # https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts - name: Download component.gwos and omni_lock - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: component.gwos-${{ hashFiles('gwos/**') }} - name: Download component.gwos-evm - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: component.gwos-evm-${{ hashFiles('gwos-evm/**') }} path: gwos-evm/build/ - name: Download component.godwoken - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: component.godwoken-${{ matrix.features || 'default' }}-${{ hashFiles('crates/**') }} path: target/release/