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 d922884 commit 9e89930Copy full SHA for 9e89930
.github/workflows/build.yml
@@ -72,12 +72,12 @@ jobs:
72
fi
73
) &&
74
PYTHONFAULTHANDLER=1 PYTHONIOENCODING=utf-8 ./run-examples.py
75
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
76
with:
77
name: wheel-${{ matrix.os }}-${{ matrix.python-version }}
78
path: dist/*.whl
79
if: ${{ always() }}
80
81
82
name: result_images-${{ matrix.os }}-py${{ matrix.python-version }}
83
path: result_images/
@@ -87,7 +87,7 @@ jobs:
87
runs-on: ubuntu-latest
88
needs: build
89
steps:
90
- - uses: actions/upload-artifact/merge@v4
+ - uses: actions/upload-artifact/merge@v5
91
92
name: wheels
93
pattern: wheel-*
0 commit comments