Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
node-version: 16.x
- run: npm install
- name: Download Benchmark Fixture
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: benchmark-fixture
path: /tmp/jitdb-benchmark
Expand All @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Results
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: /tmp/artifacts
- id: get-comment-body
Expand Down