Skip to content

Commit

Permalink
ci: update cd steps to match version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardHd committed Sep 5, 2024
1 parent 5aaeb95 commit 84f4a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Download sdist
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: sdist
path: dist
- name: Download whl
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: whl
path: dist
Expand Down

0 comments on commit 84f4a91

Please sign in to comment.