mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-02-07 15:30:48 +00:00
fix version of download-artifact
This commit is contained in:
parent
10a70668d7
commit
c1f85f3942
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -93,12 +93,12 @@ jobs:
|
||||
- name: "Set up environment"
|
||||
run: "./bin/${{ runner.os }}/setup.sh"
|
||||
|
||||
- uses: "actions/download-artifact@v4.1.7"
|
||||
- uses: "actions/download-artifact@v4"
|
||||
with:
|
||||
name: "epple2-roms"
|
||||
path: "share/Resources/rom"
|
||||
|
||||
- uses: "actions/download-artifact@v4.1.7"
|
||||
- uses: "actions/download-artifact@v4"
|
||||
with:
|
||||
name: "apple2-artifacts"
|
||||
path: "share/Resources/apple/stage"
|
||||
|
Loading…
x
Reference in New Issue
Block a user