Skip to content

Commit

Permalink
properly use github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jul 19, 2024
1 parent aaa7932 commit f6a592b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
# yq
sudo snap install yq
- uses: actions/download-artifact@v3
- name: Download rock package(s)
uses: actions/download-artifact@v4
with:
name: mongodb-rock
pattern: ${{ needs.build.outputs.artifact-prefix }}-*
merge-multiple: true

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit f6a592b

Please sign in to comment.