Update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot] 2023-12-22 17:00:37 +00:00 committed by GitHub
parent 1e63db2926
commit 8e6b7ac198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
run: hatch build
- name: Upload Sdist and Wheel to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: module
path: "dist/*"