We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51a507d + a6cb29a commit ff1e871Copy full SHA for ff1e871
.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
120
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
121
122
- name: Upload Single-Platform Package
123
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
124
with:
125
name: package-${{ matrix.arch }}
126
path: "*.xpkg"
@@ -140,7 +140,7 @@ jobs:
140
uses: actions/checkout@v6
141
142
- name: Download Single-Platform Packages
143
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
144
145
path: .
146
merge-multiple: true
0 commit comments