File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ jobs:
262262 make ProbeSkeleton -j6
263263
264264 - name : Upload skeleton
265- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
265+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
266266 with :
267267 name : bpf_probe_x86_64.skel.h
268268 path : skeleton-build/skel_dir/bpf_probe.skel.h
@@ -355,7 +355,7 @@ jobs:
355355 echo ""
356356
357357 - name : Upload PR info as artifact
358- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
358+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
359359 with :
360360 name : pr-kernel-testing
361361 path : pr/
Original file line number Diff line number Diff line change 3232
3333 - name : Upload the git diff artifact 📦
3434 if : failure()
35- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3636 with :
3737 name : format_diff.patch
3838 path : ./format_diff.patch
Original file line number Diff line number Diff line change 4444 echo "latest_vers=$(grep kernelrelease dk.yaml | awk -F": " '{print $2}')" >> $GITHUB_OUTPUT
4545
4646 - name : Upload driverkit config
47- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4848 with :
4949 name : driverkit_config.yaml
5050 path : linux/dk.yaml
Original file line number Diff line number Diff line change 2828 uses : ./.github/actions/composite-perf
2929
3030 - name : Archive master perf report
31- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
31+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3232 with :
3333 name : perf_report
3434 retention-days : 30 # 30 days because this is the artifact on master; we need to retain it to be able to properly diff it
7272 rm -rf stacks.txt
7373
7474 - name : Upload svg files
75- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
75+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7676 with :
7777 name : perf_svg
7878 path : ' *.svg'
Original file line number Diff line number Diff line change 5656 python3 google-benchmark/tools/compare.py --no-color benchmarks gbench_data.json ${{ steps.perf.outputs.gbench_json }} &> gbench_diff.txt
5757
5858 - name : Archive perf diff
59- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
59+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6060 with :
6161 name : perf_diff
6262 path : ' *_diff.txt'
9696 echo ""
9797
9898 - name : Upload PR info as artifact
99- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
99+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
100100 with :
101101 name : pr-perf
102102 path : pr/
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 sudo -E ../test/e2e/scripts/run_tests.sh
117117
118118 - name : Archive test reports - docker
119- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
119+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
120120 if : inputs.test-docker && failure()
121121 with :
122122 name : ${{ matrix.name }}_docker_report
@@ -137,7 +137,7 @@ jobs:
137137 sudo -E ../test/e2e/scripts/run_tests.sh
138138
139139 - name : Archive test reports - podman
140- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
140+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
141141 if : inputs.test-podman && failure()
142142 with :
143143 name : ${{ matrix.name }}_podman_report
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747 libsrepo : ${{ inputs.libsrepo }}
4848 build_matrix : ' true'
4949
50- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151 with :
5252 name : ansible_output_${{matrix.architecture}}
5353 path : ${{ steps.kernel_tests.outputs.ansible_output }}
5454
55- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5656 with :
5757 name : matrix_${{matrix.architecture}}
5858 path : ${{ steps.kernel_tests.outputs.matrix_output }}
You can’t perform that action at this time.
0 commit comments