build(deps): bump actions/upload-artifact from 2 to 3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/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>
pull/1118/head
dependabot[bot] 3 years ago committed by GitHub
parent bbfdaa4161
commit 78bd49e5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,7 @@ jobs:
CACHE_TO: type=gha,scope=release CACHE_TO: type=gha,scope=release
- -
name: Upload artifacts name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: buildx name: buildx
path: ${{ env.RELEASE_OUT }}/* path: ${{ env.RELEASE_OUT }}/*

Loading…
Cancel
Save