We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30098ba commit e78f674Copy full SHA for e78f674
.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
71
with:
72
output-dir: dist
73
74
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
75
76
path: ./dist/*.whl
77
@@ -112,7 +112,7 @@ jobs:
112
# PEP 517 package builder from pypa
113
python -m build --sdist --outdir dist .
114
115
116
# if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
117
118
path: dist/*.tar.gz
@@ -122,7 +122,7 @@ jobs:
122
runs-on: ubuntu-latest
123
124
steps:
125
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v3
126
127
name: artifact
128
path: dist
0 commit comments