Skip to content

Commit

Permalink
fixing upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Sep 13, 2024
1 parent c2703f1 commit 752bd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Update benchmark artifacts for auto validation
run: python benchmarks/utils/update_artifacts.py --output /tmp/ts_artifacts/${{ matrix.hardware }}_benchmark_validation
- name: Upload the updated benchmark artifacts for auto validation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.hardware }}_benchmark_validation
path: /tmp/ts_artifacts
Expand Down

0 comments on commit 752bd20

Please sign in to comment.