We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a7945 commit adf3f83Copy full SHA for adf3f83
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: |
21
pip install wheel
22
python setup.py bdist_wheel sdist --formats=gztar
23
- - uses: actions/upload-artifact@v3.1.1
+ - uses: actions/upload-artifact@v4
24
with:
25
name: ${{ github.sha }}
26
path: dist/*
0 commit comments