From 2a5c1440746537a84f699a04465e7ac8a64879e4 Mon Sep 17 00:00:00 2001 From: Jess Bees Date: Thu, 14 Dec 2023 15:31:31 -0500 Subject: [PATCH] Use actions/download-artifact@v4 in test --- .github/workflows/test-hosted-runners.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-hosted-runners.yml b/.github/workflows/test-hosted-runners.yml index 7fb829e..19f2cd5 100644 --- a/.github/workflows/test-hosted-runners.yml +++ b/.github/workflows/test-hosted-runners.yml @@ -35,7 +35,7 @@ jobs: path: artifact - name: Download artifact - uses: actions/download-artifact@v4-beta + uses: actions/download-artifact@v4 with: name: pages-artifact-${{ matrix.os }} path: artifact2