From c1f85f3942727768e65d86a341c76e2a98f915e3 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Sun, 29 Sep 2024 13:32:02 -0400 Subject: [PATCH] fix version of download-artifact --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e8861b1..19a281c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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"