Skip to content

Commit

Permalink
fix(ci): Fix of actions/download-artifact version (#5608)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrRyzhou authored May 20, 2024
1 parent 4b65421 commit 7d0314e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy-web-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download the artifact
uses: actions/download-artifact@4
uses: actions/download-artifact@v4
with:
name: notification-center-web-component
path: packages/notification-center/dist/umd
Expand Down

0 comments on commit 7d0314e

Please sign in to comment.