Skip to content

Commit

Permalink
Update publish.yml fixing deprecated download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDiver authored Nov 11, 2024
1 parent 7cfbcd0 commit e37de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: Download Artifacts 🔻
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: build
- name: Deploy 🚀
Expand Down

0 comments on commit e37de38

Please sign in to comment.