Skip to content

Commit 260d733

Browse files
Bump actions/upload-artifact from 3.2.1 to 4.6.2 (open-telemetry#583)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.2.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.2.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 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>
1 parent d9258d7 commit 260d733

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
38+
uses: actions/upload-artifact@v4.6.2
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
124+
uses: actions/upload-artifact@v4.6.2
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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
36+
uses: actions/upload-artifact@2848b2cda0e5190984587ec6bb1f36730ca78d50 # 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
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

0 commit comments

Comments
 (0)