File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 run : |
179179 make clean local-deb-package local-rpm-package local-apk-package
180180 - name : Upload Artifacts
181- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
181+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
182182 with :
183183 name : nginx-agent-unsigned-snapshots
184184 path : build
@@ -687,7 +687,7 @@ jobs:
687687 echo "$results"
688688
689689 - name : Upload Load Test Results
690- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
690+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
691691 with :
692692 name : load-test-results
693693 path : benchmarks.json
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246246 find build/ -type f -name "nginx-agent*"
247247
248248 - name : Archive AMD64 Binaries
249- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
249+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
250250 with :
251251 name : nginx-agent-binaries-${{ inputs.packageVersion }}-amd64
252252 path : |
@@ -256,7 +256,7 @@ jobs:
256256 build/amd64/nginx-agent.buildend
257257
258258 - name : Archive ARM64 Binaries
259- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
259+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
260260 with :
261261 name : nginx-agent-binaries-${{ inputs.packageVersion }}-arm64
262262 path : |
Original file line number Diff line number Diff line change 4747 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4848 # format to the repository Actions tab.
4949 - name : " Upload artifact"
50- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
50+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5151 with :
5252 name : SARIF file
5353 path : results.sarif
You can’t perform that action at this time.
0 commit comments