We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76e62e commit 46e7ccbCopy full SHA for 46e7ccb
.github/workflows/build-ast.yml
@@ -75,13 +75,13 @@ jobs:
75
- name: Build package
76
run: python -m build --wheel --sdist .
77
78
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
79
with:
80
name: openpulse-python-wheel
81
path: ./source/openpulse/dist/*.whl
82
if-no-files-found: error
83
84
85
86
name: openpulse-python-sdist
87
path: ./source/openpulse/dist/*.tar.gz
0 commit comments