File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
- name : Run tests
89
89
run : poetry run pytest -n 4 --mypy-ini-file=tests/mypy.ini
90
90
- name : Upload sdist
91
- uses : actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
91
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
92
92
with :
93
93
name : sdist
94
94
path : dist/*.tar.gz
@@ -124,7 +124,7 @@ jobs:
124
124
if : ${{matrix.python-version!='3.7'}}
125
125
run : poetry run pytest -n 4 --mypy-ini-file=tests/mypy.ini
126
126
- name : Upload wheel
127
- uses : actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2
127
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
128
128
with :
129
129
name : wheel-${{ matrix.os }}-py${{ matrix.python-version }}
130
130
path : dist/*.whl
@@ -149,7 +149,7 @@ jobs:
149
149
pip install poetry>=1.5.0
150
150
poetry config virtualenvs.in-project true
151
151
- name : Download wheels and sdist
152
- uses : actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 # v2
152
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
153
153
- name : Gather artifacts
154
154
run : |
155
155
mkdir dist
You can’t perform that action at this time.
0 commit comments