Skip to content

Commit

Permalink
bump github cicd routine version
Browse files Browse the repository at this point in the history
  • Loading branch information
mitshell committed Feb 2, 2025
1 parent e624dd0 commit fa48174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
DIST: ${{ matrix.distribution }}
- name: upload ${{ matrix.distribution }} artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.distribution }}
path: dist/
Expand All @@ -71,12 +71,12 @@ jobs:
- name: setup python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4
- name: download sdist artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sdist
path: dist/
- name: download wheel artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: wheel
path: dist/
Expand Down

0 comments on commit fa48174

Please sign in to comment.