Skip to content

Commit

Permalink
Update upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Apr 26, 2024
1 parent 5f7cafb commit cf92486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tritonbench-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# Upload the result json to Amazon S3
python ./scripts/userbenchmark/upload_s3.py --upload-file "${LATEST_RESULT}" --userbenchmark_platform "${PLATFORM_NAME}"
- name: Upload result to GH Actions Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TribonBench result
path: benchmark-output/
Expand Down

0 comments on commit cf92486

Please sign in to comment.