Skip to content

Commit 132ec15

Browse files
authored
Merge pull request #23 from crossplane/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2 parents 26e022d + 8e6b7ac commit 132ec15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: hatch build
7171

7272
- name: Upload Sdist and Wheel to GitHub
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: module
7676
path: "dist/*"

0 commit comments

Comments
 (0)