File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
run : |
107
107
make clean local-deb-package local-rpm-package local-apk-package
108
108
- name : Upload Artifacts
109
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
109
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
110
110
with :
111
111
name : nginx-agent-unsigned-snapshots
112
112
path : build
@@ -401,7 +401,7 @@ jobs:
401
401
echo "$results"
402
402
403
403
- name : Upload Load Test Results
404
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
404
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
405
405
with :
406
406
name : load-test-results
407
407
path : benchmarks.json
Original file line number Diff line number Diff line change 47
47
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
48
48
# format to the repository Actions tab.
49
49
- name : " Upload artifact"
50
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
50
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51
51
with :
52
52
name : SARIF file
53
53
path : results.sarif
You can’t perform that action at this time.
0 commit comments