Skip to content

Commit 551399a

Browse files
Bump actions/upload-artifact from 3 to 4 (open-telemetry#577)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Tan <[email protected]>
1 parent 1a9a50f commit 551399a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: ${{ matrix.os }}_mod-otel.so
4141
path: /tmp/mod-otel.so

.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # 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@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

0 commit comments

Comments
 (0)