From 7ecb699f0d38a1576c8e2844131d65ebd3ba14a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:58:01 +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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 54a0e73..37a6a72 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: Download continue file if exists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 continue-on-error: true with: name: ${{ inputs.RUN_NAME }}