aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 22:04:31 +0200
committerGitHub <noreply@github.com>2024-04-29 22:04:31 +0200
commit40244596983f53bb4064657c49c39b8446a54b65 (patch)
tree40561f2eea57b1faa9f29aff3111b1009d92a366
parent97aed71129a76599dc3d8b8692c001697a0264f4 (diff)
downloadastroid-40244596983f53bb4064657c49c39b8446a54b65.tar.gz
Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#2414)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.3) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 93dc558b..456c4e77 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -125,7 +125,7 @@ jobs:
. venv/bin/activate
pytest --cov
- name: Upload coverage artifact
- uses: actions/upload-artifact@v4.3.1
+ uses: actions/upload-artifact@v4.3.3
with:
name: coverage-linux-${{ matrix.python-version }}
path: .coverage
@@ -179,7 +179,7 @@ jobs:
. venv\\Scripts\\activate
pytest --cov
- name: Upload coverage artifact
- uses: actions/upload-artifact@v4.3.1
+ uses: actions/upload-artifact@v4.3.3
with:
name: coverage-windows-${{ matrix.python-version }}
path: .coverage
@@ -229,7 +229,7 @@ jobs:
. venv/bin/activate
pytest --cov
- name: Upload coverage artifact
- uses: actions/upload-artifact@v4.3.1
+ uses: actions/upload-artifact@v4.3.3
with:
name: coverage-pypy-${{ matrix.python-version }}
path: .coverage