Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
cd dart
bash ./build.sh
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: ubuntu-ruapu
path: ruapu
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
cd dart
bash ./build.sh
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: macos-ruapu
path: ruapu
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
run: |
cd dart
bash ./build.sh
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: macos-arm64-ruapu
path: ruapu
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
run: |
cd dart
.\build.ps1
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: windows-ruapu
path: ruapu.exe
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
run: |
cd dart
bash ./build.sh
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: ubuntu-arm-ruapu
path: ruapu
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
pip3 install .
python3 -c 'import ruapu; print(ruapu.supports("neon")); print(ruapu.supports(isa="avx"))'
python3 -c 'import ruapu; print(ruapu.rua())'
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: windows-arm-ruapu
path: ruapu.exe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
package-dir: python
output-dir: wheelhouse

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl
Expand Down
Loading