Skip to content

Commit 6698b70

Browse files
Bump actions/upload-artifact from 3.0.0 to 3.1.0 (#1571)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33b6c56 commit 6698b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
. venv/bin/activate
126126
pytest --cov --cov-report= tests/
127127
- name: Upload coverage artifact
128-
uses: actions/upload-artifact@v3.0.0
128+
uses: actions/upload-artifact@v3.1.0
129129
with:
130130
name: coverage-${{ matrix.python-version }}
131131
path: .coverage
@@ -174,7 +174,7 @@ jobs:
174174
. venv/bin/activate
175175
pytest --cov --cov-report= tests/
176176
- name: Upload coverage artifact
177-
uses: actions/upload-artifact@v3.0.0
177+
uses: actions/upload-artifact@v3.1.0
178178
with:
179179
name: coverage-${{ matrix.python-version }}
180180
path: .coverage

0 commit comments

Comments
 (0)