Skip to content

Commit bb1f6b2

Browse files
authoredOct 7, 2024
Bump actions/upload-artifact from 4.4.0 to 4.4.1 (pylint-dev#2605)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 275f508 commit bb1f6b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
. venv/bin/activate
126126
pytest --cov
127127
- name: Upload coverage artifact
128-
uses: actions/upload-artifact@v4.4.0
128+
uses: actions/upload-artifact@v4.4.1
129129
with:
130130
name: coverage-linux-${{ matrix.python-version }}
131131
path: .coverage
@@ -180,7 +180,7 @@ jobs:
180180
. venv\\Scripts\\activate
181181
pytest --cov
182182
- name: Upload coverage artifact
183-
uses: actions/upload-artifact@v4.4.0
183+
uses: actions/upload-artifact@v4.4.1
184184
with:
185185
name: coverage-windows-${{ matrix.python-version }}
186186
path: .coverage
@@ -231,7 +231,7 @@ jobs:
231231
. venv/bin/activate
232232
pytest --cov
233233
- name: Upload coverage artifact
234-
uses: actions/upload-artifact@v4.4.0
234+
uses: actions/upload-artifact@v4.4.1
235235
with:
236236
name: coverage-pypy-${{ matrix.python-version }}
237237
path: .coverage

0 commit comments

Comments
 (0)