summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 18:58:59 +0000
committerGitHub <noreply@github.com>2023-01-09 18:58:59 +0000
commit08777754d19bb237c53a06b8476cdf6bacd28ceb (patch)
treea7f1f66cbda4844e2726bd85ff71e577b089becf /.github
parent19b7dd45caff9c9f586081e8a815c4e48550e00d (diff)
downloadastroid-git-08777754d19bb237c53a06b8476cdf6bacd28ceb.tar.gz
Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#1953)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.1...v3.1.2) --- 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.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ea84c6f4..bf09d2c8 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -122,7 +122,7 @@ jobs:
. venv/bin/activate
pytest --cov
- name: Upload coverage artifact
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v3.1.2
with:
name: coverage-linux-${{ matrix.python-version }}
path: .coverage
@@ -176,7 +176,7 @@ jobs:
. venv\\Scripts\\activate
pytest --cov
- name: Upload coverage artifact
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v3.1.2
with:
name: coverage-windows-${{ matrix.python-version }}
path: .coverage
@@ -225,7 +225,7 @@ jobs:
. venv/bin/activate
pytest --cov
- name: Upload coverage artifact
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v3.1.2
with:
name: coverage-pypy-${{ matrix.python-version }}
path: .coverage