File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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@v3
38+ uses : actions/upload-artifact@v4
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 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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # 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@v3
116+ # uses: actions/upload-artifact@v4
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@v3
185+ uses : actions/upload-artifact@v4
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