Skip to content

Commit

Permalink
[chore] fix failures with upload-artifact 4 (#4742)
Browse files Browse the repository at this point in the history
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 <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored Dec 21, 2023
1 parent fb5b927 commit 70d7b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
fail_ci_if_error: true
verbose: true
- name: Store coverage test output
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: opentelemetry-go-contrib-test-output
path: ${{ env.TEST_RESULTS }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
fail_ci_if_error: true
verbose: true
- name: Store coverage test output
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: opentelemetry-go-contrib-test-output
path: ${{ env.TEST_RESULTS }}
Expand Down

0 comments on commit 70d7b84

Please sign in to comment.