Skip to content

Commit

Permalink
ci download-artifact version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mi7chal committed Sep 13, 2024
1 parent 732f0b9 commit 1850321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Zip build
run: zip -r vendor.zip vendor
- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: moosh-vendor
path: vendor.zip
Expand Down

0 comments on commit 1850321

Please sign in to comment.