Skip to content

Commit

Permalink
Build: Revert "download-artifact" action version to v3 to match the "…
Browse files Browse the repository at this point in the history
…upload-artifact" version. It appears that at least v4 does not find the previously uploaded artefacts.
  • Loading branch information
scoder committed Jan 5, 2024
1 parent da150aa commit 3b29e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
steps:
- name: Download bdist files
id: download_artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: lxml-wheels
path: ~/downloads
Expand Down

0 comments on commit 3b29e17

Please sign in to comment.