Skip to content

Commit

Permalink
downgrade download-artifact action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Mar 28, 2024
1 parent b2accff commit cb277cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}
- name: Download image artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
with:
name: image
- name: Push image
Expand Down

0 comments on commit cb277cf

Please sign in to comment.