From b2ff0560e9270b7786e6be385818d9c84d8e113a Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Mon, 18 Mar 2024 16:33:56 +0100 Subject: [PATCH] try to fix benchmarks (#4304) * try to fix benchmarks * empty commit test * add overwrite * Revert "update some actions to remove node 20 warnings (#4298)" This reverts commit c5f048366a8a02417125eb17829f472122938b82. * Revert "add overwrite" This reverts commit cfce3d2de3bc3638694b2c4ffde76e8e420fe764. * Revert "try to fix benchmarks" This reverts commit cb13cd24a959a5860e3db3fc6d868bfa1a4017e8. * test comment * remove comment forcing bench runs --- .github/workflows/benchmarks.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 51f0ce9a4c..9c6624f674 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -26,12 +26,12 @@ jobs: timeout-minutes: 5 steps: - name: Download locally built preact package - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: npm-package - run: mv preact.tgz preact-local.tgz - name: Upload locally built preact package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: bench-environment path: preact-local.tgz diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef15be011b..b32ee79ea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: npm pack --ignore-scripts mv preact-*.tgz preact.tgz - name: Upload npm package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: ${{ inputs.artifact_name || 'npm-package' }} path: preact.tgz