Skip to content

Commit

Permalink
Bump actions/download-artifact from 2.1.0 to 4.1.7 in /.github/workfl…
Browse files Browse the repository at this point in the history
…ows (#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]>
  • Loading branch information
dependabot[bot] committed Sep 4, 2024
1 parent efa73fb commit 0f7de8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
echo "Failed to restore Python venv from cache"
exit 1
- name: Download all coverage artifacts
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v4.1.7
- name: Combine coverage results
run: |
. venv/bin/activate
Expand Down
6 changes: 2 additions & 4 deletions tests/test_linter_pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
from pylint_plugin_utils import augment_visit, suppress_message


def fake_augmentation_func(*args, **kwargs):
...
def fake_augmentation_func(*args, **kwargs): ...


def fake_suppress_func(*args, **kwargs):
...
def fake_suppress_func(*args, **kwargs): ...


def test_linter_should_be_pickleable(linter):
Expand Down

0 comments on commit 0f7de8b

Please sign in to comment.