diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 880ee1ec8ba..eec857aaab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: fail_ci_if_error: true verbose: true - name: Store coverage test output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: opentelemetry-go-contrib-test-output path: ${{ env.TEST_RESULTS }} @@ -187,7 +187,7 @@ jobs: fail_ci_if_error: true verbose: true - name: Store coverage test output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: opentelemetry-go-contrib-test-output path: ${{ env.TEST_RESULTS }}