From e4ed9f72478c5f9b6edbdb356283dc75ba92447e Mon Sep 17 00:00:00 2001 From: Jeff Byrnes Date: Fri, 16 Feb 2024 13:11:11 -0500 Subject: [PATCH] Upgrade to actions/download-artifact@v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 174ed59..4fee2bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: runs-on: macos-latest steps: - name: Download dictionary archive - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dictionary - name: Show contents