Merge pull request #194 from tiqi-group/chore/update-github-actions-versions

chore: update artifact action versions
This commit is contained in:
Mose Müller 2024-12-19 10:11:19 +01:00 committed by GitHub
commit eba0eb83e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
- name: Build a binary wheel and a source tarball - name: Build a binary wheel and a source tarball
run: python3 -m build run: python3 -m build
- name: Store the distribution packages - name: Store the distribution packages
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: python-package-distributions name: python-package-distributions
path: dist/ path: dist/