Skip to content

Commit

Permalink
Update dist-artifact-uploading.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 authored Sep 12, 2024
1 parent e09ff2f commit 86fbf9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dist-artifact-uploading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
mkdir -p wheelhouse
echo 'build on ${{ matrix.os }}-${{ strategy.job-index }}' > wheelhouse/cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}.txt
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: artifact
path: ./wheelhouse/*.txt
Expand All @@ -44,7 +44,7 @@ jobs:
mkdir -p dist
echo 'build on source' > dist/source.txt
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: artifact
path: dist/*.txt
Expand All @@ -53,7 +53,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit 86fbf9b

Please sign in to comment.