Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers authored Nov 17, 2024
1 parent 34e0876 commit 4f95576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4f95576

Please sign in to comment.