From 5e5866386ffd51a938200299cd5d0a4851dbaa0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:26:37 +0200 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#51) * Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update actions/upload-artifact to v4 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Mazzini --- .github/workflows/release-sdk-and-nicevibrations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-sdk-and-nicevibrations.yml b/.github/workflows/release-sdk-and-nicevibrations.yml index 2bc70bc..6275b8a 100644 --- a/.github/workflows/release-sdk-and-nicevibrations.yml +++ b/.github/workflows/release-sdk-and-nicevibrations.yml @@ -36,7 +36,7 @@ jobs: - name: Run CI script run: sh ci-unity-editor-plugin.sh - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: unity-editor-plugins-folder path: | @@ -63,7 +63,7 @@ jobs: # This step moves the Unity Editor plugin dynamic libraries into the right folder for creating # the Nice Vibrations asset package later in the workflow. - name: Get Unity Editor Plugin artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: unity-editor-plugins-folder path: interfaces/unity/NiceVibrations/Assets/NiceVibrations/Plugins/