Skip to content
Merged
Show file tree
Hide file tree
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/benchmark-visualization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run benchmark
run: make benchmarks-perf-test
- name: Upload latest benchmark result
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: benchmark-result-artifact
path: ${{github.workspace}}/benchmark/performanceTest/output/results.json
Expand All @@ -64,7 +64,7 @@ jobs:
# Create a JSON array with the file paths and store it in the 'files' output
run: echo "files=$(find ${{github.workspace}}/current -type f -name '*.json' -printf '%p\n' | jq -R . | jq -cs .)" >> $GITHUB_OUTPUT
- name: Upload visualization files as github artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: benchmark-gh-pages-artifact
path: ${{github.workspace}}/current
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
mkdir release-${{ matrix.os }}
- name: Create release binaries
run: make RELEASE_TAG=${{ env.RELEASE_TAG }} release
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: artifacts-${{ matrix.os }}
path: release/
Expand Down