mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-08-07 20:25:03 +00:00
per dependabot, update download-artifact from v3 to v4.1.7
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -93,12 +93,12 @@ jobs:
|
|||||||
- name: "Set up environment"
|
- name: "Set up environment"
|
||||||
run: "./bin/${{ runner.os }}/setup.sh"
|
run: "./bin/${{ runner.os }}/setup.sh"
|
||||||
|
|
||||||
- uses: "actions/download-artifact@v3"
|
- uses: "actions/download-artifact@v4.1.7"
|
||||||
with:
|
with:
|
||||||
name: "epple2-roms"
|
name: "epple2-roms"
|
||||||
path: "share/Resources/rom"
|
path: "share/Resources/rom"
|
||||||
|
|
||||||
- uses: "actions/download-artifact@v3"
|
- uses: "actions/download-artifact@v4.1.7"
|
||||||
with:
|
with:
|
||||||
name: "apple2-artifacts"
|
name: "apple2-artifacts"
|
||||||
path: "share/Resources/apple/stage"
|
path: "share/Resources/apple/stage"
|
||||||
|
Reference in New Issue
Block a user