Skip to content

Commit

Permalink
'v2.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
smasky committed Sep 19, 2024
1 parent 90f9d5b commit 59a914d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ jobs:

steps:
- name: Download Wheel Package Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: wheelhouse
path: ./wheelhouse

- name: Download Source Distribution Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: source-distribution
path: ./source_distribution
Expand Down

0 comments on commit 59a914d

Please sign in to comment.