Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#…
Browse files Browse the repository at this point in the history
…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](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update actions/upload-artifact to v4

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrea Mazzini <[email protected]>
  • Loading branch information
dependabot[bot] and Andrea Mazzini authored Sep 4, 2024
1 parent 2acee72 commit 5e58663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-sdk-and-nicevibrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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/
Expand Down

0 comments on commit 5e58663

Please sign in to comment.