update upload-artifact to v4

This commit is contained in:
dmunozv04
2024-08-18 14:19:39 +02:00
parent f9c7b58ece
commit fd400d077a

View File

@@ -52,7 +52,7 @@ jobs:
run: python -m hatch build
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sdist-and-wheel
path: dist/*