Skip to content

Commit 83b0127

Browse files
Bump actions/upload-artifact from 2.3.1 to 3.0.0 (#1440)
* Bump actions/upload-artifact from 2.3.1 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.3.1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/ci.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent 21892dd commit 83b0127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
. venv/bin/activate
197197
pytest --cov --cov-report= tests/
198198
- name: Upload coverage artifact
199-
uses: actions/upload-artifact@v2.3.1
199+
uses: actions/upload-artifact@v3.0.0
200200
with:
201201
name: coverage-${{ matrix.python-version }}
202202
path: .coverage

0 commit comments

Comments
 (0)