Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@ jobs:
uses: actions/checkout@v5

- name: ⬇ Download build angular
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: angular-example
path: ./build/angular-example

- name: ⬇ Download build react
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: react-example
path: ./build/react-example

- name: ⬇ Download build vue
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: vue-example
path: ./build/vue-example
Expand Down
Loading