Skip to content

Commit 27bf60d

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#588)
1 parent 19f0339 commit 27bf60d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/httpd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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.6.2
38+
uses: actions/upload-artifact@v5.0.0
3939
with:
4040
name: ${{ matrix.os }}_mod-otel.so
4141
path: /tmp/mod-otel.so

.github/workflows/nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.2
124+
uses: actions/upload-artifact@v5.0.0
125125
with:
126126
name: ${{ env.artifactName }}
127127
path: /tmp/otel_ngx/${{ env.artifactName }}

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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@2848b2cda0e5190984587ec6bb1f36730ca78d50 # v3.2.1
36+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v3.2.1
3737
with:
3838
name: SARIF file
3939
path: results.sarif

.github/workflows/webserver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.6.2
116+
# uses: actions/upload-artifact@v5.0.0
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.6.2
185+
uses: actions/upload-artifact@v5.0.0
186186
with:
187187
name: opentelemetry-webserver-sdk-x64-linux.tgz
188188
path: /tmp/apache_almalinux8/opentelemetry-webserver-sdk-x64-linux.tgz

0 commit comments

Comments
 (0)