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
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,17 @@ jobs:
run: |
ls -R /tmp/sickchill-wheels
- name: Upload linux/amd64 wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: amd64
path: /tmp/sickchill-wheels/linux_amd64
- name: Upload linux/arm64 wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: arm64
path: /tmp/sickchill-wheels/linux_arm64
- name: Upload linux/arm/v7 wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: armv7
path: /tmp/sickchill-wheels/linux_arm_v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
poetry build
env:
YARN_VERSION_GIT_TAG: ""
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: Result
path: |
Expand Down
Loading