Merge pull request #23 from crossplane/renovate/actions-upload-artifact-4.x

Update actions/upload-artifact action to v4
This commit is contained in:
Bob Haddleton 2023-12-22 11:09:03 -06:00 committed by GitHub
commit 132ec15d3d
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/*"