Skip to content

Commit 0f7de8b

Browse files
Bump actions/download-artifact from 2.1.0 to 4.1.7 in /.github/workflows (#36)
* Bump actions/download-artifact from 2.1.0 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.1.0...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efa73fb commit 0f7de8b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
echo "Failed to restore Python venv from cache"
180180
exit 1
181181
- name: Download all coverage artifacts
182-
uses: actions/download-artifact@v2.1.0
182+
uses: actions/download-artifact@v4.1.7
183183
- name: Combine coverage results
184184
run: |
185185
. venv/bin/activate

tests/test_linter_pickle.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
from pylint_plugin_utils import augment_visit, suppress_message
77

88

9-
def fake_augmentation_func(*args, **kwargs):
10-
...
9+
def fake_augmentation_func(*args, **kwargs): ...
1110

1211

13-
def fake_suppress_func(*args, **kwargs):
14-
...
12+
def fake_suppress_func(*args, **kwargs): ...
1513

1614

1715
def test_linter_should_be_pickleable(linter):

0 commit comments

Comments
 (0)