Skip to content

Commit

Permalink
ci: updating artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Aug 21, 2024
1 parent a31811b commit 7a34e5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1252,14 +1252,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all summaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
pattern: summary-ko-*
- name: Combine summaries into a table
run: |
echo "| Job | Total Tests | Passed | Failed | errors" >> $GITHUB_STEP_SUMMARY
echo "| ---------- | ----------- | ------ | ------ | ------ |" >> $GITHUB_STEP_SUMMARY
for file in summary-*/summary.txt; do
for file in summary-ko*/summary.txt; do
cat "$file" >> $GITHUB_STEP_SUMMARY
done
Expand Down Expand Up @@ -1753,7 +1753,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all summaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
pattern: summary-ui-*
- name: Combine summaries into a table
Expand Down Expand Up @@ -2017,7 +2017,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all summaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
pattern: summary-modinput-*
- name: Combine summaries into a table
Expand Down

0 comments on commit 7a34e5a

Please sign in to comment.