Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 2 to 3 (#2177)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
1 parent b8f125a commit 9fafa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}

0 comments on commit 9fafa35

Please sign in to comment.