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:
parent
ff206a086b
commit
9770a2c093
2
.github/workflows/dev-clickable-builds.yml
vendored
2
.github/workflows/dev-clickable-builds.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue