Skip to content

Commit

Permalink
ci: fix: fixed broken publish manifest step
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Apr 4, 2024
1 parent 82d2f88 commit d3000e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
git config --global user.name "Circle CI BOT"
git config --global push.default simple
- name: Download packages
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
- name: "Publish Manifest"
env:
UPDATE_DIR: "updates"
Expand Down

0 comments on commit d3000e3

Please sign in to comment.