Skip to content

Commit 826d477

Browse files
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (pylint-dev#2533)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 709f991 commit 826d477

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ jobs:
125125
. venv/bin/activate
126126
pytest --cov
127127
- name: Upload coverage artifact
128-
uses: actions/upload-artifact@v4.3.6
128+
uses: actions/upload-artifact@v4.4.0
129129
with:
130130
name: coverage-linux-${{ matrix.python-version }}
131131
path: .coverage
132+
include-hidden-files: true
132133

133134
tests-windows:
134135
name: tests / run / ${{ matrix.python-version }} / Windows
@@ -179,10 +180,11 @@ jobs:
179180
. venv\\Scripts\\activate
180181
pytest --cov
181182
- name: Upload coverage artifact
182-
uses: actions/upload-artifact@v4.3.6
183+
uses: actions/upload-artifact@v4.4.0
183184
with:
184185
name: coverage-windows-${{ matrix.python-version }}
185186
path: .coverage
187+
include-hidden-files: true
186188

187189
tests-pypy:
188190
name: tests / run / ${{ matrix.python-version }} / Linux
@@ -229,10 +231,11 @@ jobs:
229231
. venv/bin/activate
230232
pytest --cov
231233
- name: Upload coverage artifact
232-
uses: actions/upload-artifact@v4.3.6
234+
uses: actions/upload-artifact@v4.4.0
233235
with:
234236
name: coverage-pypy-${{ matrix.python-version }}
235237
path: .coverage
238+
include-hidden-files: true
236239

237240
coverage:
238241
name: tests / process / coverage

0 commit comments

Comments
 (0)