Skip to content

Commit d0d38ad

Browse files
authored
Benchmark fix (#3316)
* fixing upload version * fixing upload version * fixing upload version
1 parent 15952d0 commit d0d38ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark_nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
NEURON_RT_NUM_CORES: 1
5656
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_neuronx.yaml --skip false
5757
- name: Save benchmark artifacts
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: nightly ${{ matrix.hardware }} artifact
6161
path: /tmp/ts_benchmark
@@ -72,7 +72,7 @@ jobs:
7272
- name: Update benchmark artifacts for auto validation
7373
run: python benchmarks/utils/update_artifacts.py --output /tmp/ts_artifacts/${{ matrix.hardware }}_benchmark_validation
7474
- name: Upload the updated benchmark artifacts for auto validation
75-
uses: actions/upload-artifact@v2
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: ${{ matrix.hardware }}_benchmark_validation
7878
path: /tmp/ts_artifacts

0 commit comments

Comments
 (0)