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 4a9437f commit 3272c59Copy full SHA for 3272c59
.github/workflows/tests_full.yml
@@ -28,7 +28,7 @@ jobs:
28
run: python setup.py bdist_wheel
29
30
- name: Upload Python wheel
31
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
32
with:
33
name: Python wheel
34
path: ${{github.workspace}}/dist/torchstain-*.whl
.github/workflows/tests_quick.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
0 commit comments