We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1d9f4 commit f43c695Copy full SHA for f43c695
.github/workflows/webserver-almalinux8.yml
@@ -58,7 +58,7 @@ jobs:
58
docker cp apache_almalinux8_container:/otel-webserver-module/build/opentelemetry-webserver-sdk-x64-linux.tgz \
59
/tmp/apache_almalinux8/
60
- name: upload artifacts
61
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
62
with:
63
name: opentelemetry-webserver-sdk-x64-linux.tgz
64
path: /tmp/apache_almalinux8/opentelemetry-webserver-sdk-x64-linux.tgz
0 commit comments