Merge pull request #23 from crossplane/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
This commit is contained in:
commit
132ec15d3d
|
@ -70,7 +70,7 @@ jobs:
|
||||||
run: hatch build
|
run: hatch build
|
||||||
|
|
||||||
- name: Upload Sdist and Wheel to GitHub
|
- name: Upload Sdist and Wheel to GitHub
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: module
|
name: module
|
||||||
path: "dist/*"
|
path: "dist/*"
|
||||||
|
|
Loading…
Reference in New Issue