From 9770a2c093ab2fb3a73c94c116c7e73678123bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:50:15 +0300 Subject: [PATCH] [skip ci] Bump actions/download-artifact from 2 to 4 (#1011) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dev-clickable-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-clickable-builds.yml b/.github/workflows/dev-clickable-builds.yml index 24750ac61..9e1aaafae 100644 --- a/.github/workflows/dev-clickable-builds.yml +++ b/.github/workflows/dev-clickable-builds.yml @@ -51,7 +51,7 @@ jobs: - name: Remove existing click folder run: rm -r ./Misc/Clickable - name: Download click data - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: pixelorama_click_data path: ./Misc/Clickable