Skip to content

Commit

Permalink
try to fix benchmarks (#4304)
Browse files Browse the repository at this point in the history
* try to fix benchmarks

* empty commit test

* add overwrite

* Revert "update some actions to remove node 20 warnings (#4298)"

This reverts commit c5f0483.

* Revert "add overwrite"

This reverts commit cfce3d2.

* Revert "try to fix benchmarks"

This reverts commit cb13cd2.

* test comment

* remove comment forcing bench runs
  • Loading branch information
JoviDeCroock authored Mar 18, 2024
1 parent a2c12f5 commit b2ff056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2ff056

Please sign in to comment.