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