per dependabot, update download-artifact from v3 to v4.1.7

This commit is contained in:
Christopher A. Mosher
2024-09-28 19:19:00 -04:00
parent 111abe2664
commit 10a70668d7

View File

@@ -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"