Skip to content

Conversation

@soxofaan
Copy link

@soxofaan soxofaan commented Jan 9, 2025

v3 of actions/upload-artifact or actions/download-artifact are going away end of Januari: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

I was grepping through my repo's and noticed my local dirty-equals clone was still on v3:

uses: actions/upload-artifact@v3

@samuelcolvin
Copy link
Owner

sorry for the slow response, you need to change actions/download-artifact too.

@lucascolley
Copy link
Contributor

sorry for the slow response, you need to change actions/download-artifact too.

this is now done in gh-116

@15r10nk 15r10nk closed this in #116 Sep 17, 2025
15r10nk pushed a commit that referenced this pull request Sep 17, 2025
```
tests/integration_python/test_main_cli.py:1481: error: No overload variant of "IsList" matches argument type "EllipsisType"  [call-overload]
tests/integration_python/test_main_cli.py:1481: note: Possible overload variants:
tests/integration_python/test_main_cli.py:1481: note:     def IsList(self, *items: Any, check_order: bool = ..., length: int | tuple[int, int | Any] | None = ...) -> IsList
tests/integration_python/test_main_cli.py:1481: note:     def IsList(self, positions: dict[int, Any], length: int | tuple[int, int | Any] | None = ...) -> IsList
```

An ellipsis is a valid argument, as shown in the docs:
https://dirty-equals.helpmanual.io/latest/types/sequence/?h=isl#dirty_equals.IsList.

closes gh-110

---------

Co-authored-by: Francesco Bruzzesi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants