Skip to content

Commit fae1db6

Browse files
committed
update actions, again
1 parent fae1111 commit fae1db6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
# report
7373
- uses: actions/upload-artifact@v4
7474
with:
75+
name: ${{ env.WHAT }}
7576
path: 'results/${{ env.WHAT }}.json'
7677

7778
report:
@@ -86,7 +87,7 @@ jobs:
8687
- name: Download Results
8788
uses: actions/download-artifact@v3
8889
with:
89-
path: .
90+
path: artifact
9091
- run: sudo apt-get update && sudo apt-get install -y nodejs
9192
- name: Generate Summary
9293
run: |

0 commit comments

Comments
 (0)