Skip to content

Commit

Permalink
fix upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Mar 10, 2024
1 parent 1a6c909 commit 7649893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
VER=${VER:1}
sed -i "s/version = 0.3.0/version = $VER/g" setup.cfg
./build_pypi.sh
- uses: actions/upload-artifact@4
- uses: actions/upload-artifact@v4
with:
name: build_${{ matrix.build_thing }}
path: |
Expand Down

0 comments on commit 7649893

Please sign in to comment.