We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aba0142 + 7a4f7f1 commit ed50ca7Copy full SHA for ed50ca7
.github/workflows/ci.yaml
@@ -113,7 +113,7 @@ jobs:
113
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
114
115
- name: Upload Single-Platform Package
116
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
117
with:
118
name: package-${{ matrix.arch }}
119
path: "*.xpkg"
@@ -133,7 +133,7 @@ jobs:
133
uses: actions/checkout@v6
134
135
- name: Download Single-Platform Packages
136
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
137
138
path: .
139
merge-multiple: true
0 commit comments