1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

[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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-02 14:50:15 +03:00 committed by GitHub
parent ff206a086b
commit 9770a2c093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ jobs:
- name: Remove existing click folder - name: Remove existing click folder
run: rm -r ./Misc/Clickable run: rm -r ./Misc/Clickable
- name: Download click data - name: Download click data
uses: actions/download-artifact@v2 uses: actions/download-artifact@v4
with: with:
name: pixelorama_click_data name: pixelorama_click_data
path: ./Misc/Clickable path: ./Misc/Clickable