We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e224b commit 6a143a6Copy full SHA for 6a143a6
.github/workflows/test2.yaml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/setup-python@v4
56
with:
57
python-version: ${{ matrix.python }}
58
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
59
with: { name: python-distribution-files, path: dist/ }
60
- name: Install tox-gh plugin
61
run: python -m pip install tox-gh>=1.2
0 commit comments