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

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-11 18:00:41 +01:00
committed by GitHub
parent 59dffb6942
commit b826ff65ec
+6 -6
View File
@@ -54,7 +54,7 @@ jobs:
run: make docs
- name: Store docs site
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: docs
path: site
@@ -120,7 +120,7 @@ jobs:
CONTEXT: linux-py${{ matrix.python-version }}-compiled-no-deps-no
- name: store coverage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage
@@ -159,7 +159,7 @@ jobs:
CONTEXT: ${{ matrix.os }}-py${{ matrix.python-version }}
- name: store coverage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage
@@ -200,7 +200,7 @@ jobs:
CONTEXT: linux-py3.10-mypy${{ matrix.mypy-version }}
- name: store coverage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage
@@ -230,7 +230,7 @@ jobs:
- run: coverage html --show-contexts
- name: Store coverage html
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage-html
path: htmlcov
@@ -308,7 +308,7 @@ jobs:
twine check dist/*
- name: Store dist artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pypi_files
path: dist