fix(ci): use older upload-artifact action
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
run: pnpm run --filter @nodarium/app bench
|
run: pnpm run --filter @nodarium/app bench
|
||||||
|
|
||||||
- name: 📤 Upload Benchmark Results
|
- name: 📤 Upload Benchmark Results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: benchmark-data
|
name: benchmark-data
|
||||||
path: app/benchmark/out/
|
path: app/benchmark/out/
|
||||||
|
|||||||
Reference in New Issue
Block a user