From fed53fa48151ecfd3d2b019984e398b9b6ecf7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 02:11:13 +0000 Subject: [PATCH] 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/test_and_deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 2e5a159..e8e2f35 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -67,12 +67,12 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wasm bin path: public - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wasm js path: src/Backend @@ -109,12 +109,12 @@ jobs: # Private SSH key to register in the SSH agent ssh-private-key: ${{ secrets.WEBDEV }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wasm bin path: public - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wasm js path: src/Backend