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
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
mkdir -p testData

- name: Download test Ion Data from artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: test Ion Data
path: testData

- name: Download benchmark results of ion-java from the new commit from artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: Benchmark result
path: benchmarkResults
Expand Down