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 48228bf commit 34e0876
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 @@ -18,7 +18,7 @@ jobs:
- name: Package image
run: |
docker save synbiohub/synbiohub:snapshot-standalone | gzip > sbh.tar.gz
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload Docker image
with:
name: sbh-image
Expand All @@ -30,7 +30,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 Down

0 comments on commit 34e0876

Please sign in to comment.