Skip to content

Commit 70d7b84

Browse files
author
Alex Boten
authored
[chore] fix failures with upload-artifact 4 (#4742)
We saw similar failures in the collector repositories. See an example of a failure: https://github.com/open-telemetry/opentelemetry-go-contrib/actions/runs/7292851552/job/19874703538?pr=4741 There's an open issue around this: actions/upload-artifact#471 Signed-off-by: Alex Boten <[email protected]>
1 parent fb5b927 commit 70d7b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
fail_ci_if_error: true
8383
verbose: true
8484
- name: Store coverage test output
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v3
8686
with:
8787
name: opentelemetry-go-contrib-test-output
8888
path: ${{ env.TEST_RESULTS }}
@@ -155,7 +155,7 @@ jobs:
155155
fail_ci_if_error: true
156156
verbose: true
157157
- name: Store coverage test output
158-
uses: actions/upload-artifact@v4
158+
uses: actions/upload-artifact@v3
159159
with:
160160
name: opentelemetry-go-contrib-test-output
161161
path: ${{ env.TEST_RESULTS }}

0 commit comments

Comments
 (0)