File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 cd instrumentation/httpd && ./build.sh
3636 cp bazel-out/k8-opt/bin/otel.so /tmp/mod-otel.so
3737 - name : Upload artifacts
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v4.6.2
3939 with :
4040 name : ${{ matrix.os }}_mod-otel.so
4141 path : /tmp/mod-otel.so
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 run : |
122122 mv /tmp/otel_ngx/otel_ngx_module.so /tmp/otel_ngx/${{ env.artifactName }}
123123 - name : upload artifacts
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v4.6.2
125125 with :
126126 name : ${{ env.artifactName }}
127127 path : /tmp/otel_ngx/${{ env.artifactName }}
Original file line number Diff line number Diff line change 3333 # uploads of run results in SARIF format to the repository Actions tab.
3434 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
36+ uses : actions/upload-artifact@2848b2cda0e5190984587ec6bb1f36730ca78d50 # v3.2.1
3737 with :
3838 name : SARIF file
3939 path : results.sarif
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 # docker cp apache_centos7_container:/otel-webserver-module/build/opentelemetry-webserver-sdk-x64-linux.tgz \
114114 # /tmp/apache_centos7/
115115 # - name: upload artifacts
116- # uses: actions/upload-artifact@v4
116+ # uses: actions/upload-artifact@v4.6.2
117117 # with:
118118 # name: opentelemetry-webserver-sdk-x64-linux.tgz
119119 # path: /tmp/apache_centos7/opentelemetry-webserver-sdk-x64-linux.tgz
@@ -182,7 +182,7 @@ jobs:
182182 docker cp apache_almalinux8_container:/otel-webserver-module/build/opentelemetry-webserver-sdk-x64-linux.tgz \
183183 /tmp/apache_almalinux8/
184184 - name : upload artifacts
185- uses : actions/upload-artifact@v4
185+ uses : actions/upload-artifact@v4.6.2
186186 with :
187187 name : opentelemetry-webserver-sdk-x64-linux.tgz
188188 path : /tmp/apache_almalinux8/opentelemetry-webserver-sdk-x64-linux.tgz
You can’t perform that action at this time.
0 commit comments