Skip to content

Commit

Permalink
test: testing download ttk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan_Chen committed Dec 10, 2024
1 parent b61e0b6 commit c17cf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
- name: Upload TTK to artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ttk
path: |
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
ls -a
- name: Download TTK
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: ttk
path: ./packages/tests
Expand Down

0 comments on commit c17cf49

Please sign in to comment.