Skip to content

Commit

Permalink
Set actions/download-artifact back to v3 as v4 makes some problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schneider committed Dec 2, 2024
1 parent fdf182e commit be70639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
LIBFRANKA_VERSION=${{ inputs.libfranka-version }} ./docker/common/manylinux-build-wheels
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: output
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mkdir -p wheels
- name: Get wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: wheels
path: wheels/
Expand Down

0 comments on commit be70639

Please sign in to comment.