summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 21:16:31 +0200
committerGitHub <noreply@github.com>2022-10-24 21:16:31 +0200
commitb67a0a2195a3ff146235bbd894b72d895a01ac55 (patch)
tree75239f85b89f7b20121cbf46f2bb0cb01088865f /.github
parentdaf3a9ec8c07781626f895b7c3af7883d909d0e0 (diff)
downloadastroid-git-b67a0a2195a3ff146235bbd894b72d895a01ac55.tar.gz
Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#1851)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 91d185c7..dad48fc0 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -126,7 +126,7 @@ jobs:
. venv/bin/activate
pytest --cov --cov-report= tests/
- name: Upload coverage artifact
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v3.1.1
with:
name: coverage-${{ matrix.python-version }}
path: .coverage