Skip to content

Commit d551eee

Browse files
authored
Merge pull request #66 from crossplane-contrib/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4
2 parents fb597eb + f0dd584 commit d551eee

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
@@ -116,7 +116,7 @@ jobs:
116116
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
117117

118118
- name: Upload Single-Platform Package
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: packages
122122
path: "*.xpkg"

0 commit comments

Comments
 (0)