From 4f95576bea32d00f956caec8e397ebc52f775573 Mon Sep 17 00:00:00 2001 From: cjmyers Date: Sun, 17 Nov 2024 07:55:35 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41e69504..18ec78d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v2 name: Checkout source tree - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 name: Download Docker image with: name: sbh-image @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest if: endsWith(github.ref, 'master') steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 name: Download Docker iamge with: name: sbh-image