From 11b7c1f96b90d476452aebe5135fe8e1c0228971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:50:51 +0300 Subject: [PATCH] [skip ci] Bump actions/upload-artifact from 2 to 4 (#1013) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-clickable-builds.yml b/.github/workflows/dev-clickable-builds.yml index 42f71af36..56de1818a 100644 --- a/.github/workflows/dev-clickable-builds.yml +++ b/.github/workflows/dev-clickable-builds.yml @@ -24,7 +24,7 @@ jobs: run: | cp -R ./pixelorama_data ./Misc/Clickable - name: Upload data files for click package - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pixelorama_click_data path: Misc/Clickable/ @@ -63,7 +63,7 @@ jobs: env: CLICKABLE_ARCH: ${{ matrix.architectures }} - name: Upload click package artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pixelorama_click_packages path: Misc/Clickable/build/**.click