mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
[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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb222b4813
commit
11b7c1f96b
4
.github/workflows/dev-clickable-builds.yml
vendored
4
.github/workflows/dev-clickable-builds.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue