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.
1 parent 1d1dde4 commit accae00Copy full SHA for accae00
.github/workflows/ci.yml
@@ -119,7 +119,7 @@ jobs:
119
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
120
121
- name: Upload Single-Platform Package
122
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
123
with:
124
name: package-${{ matrix.arch }}
125
path: "*.xpkg"
@@ -138,7 +138,7 @@ jobs:
138
uses: actions/checkout@v5
139
140
- name: Download Single-Platform Packages
141
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
142
143
path: .
144
merge-multiple: true
0 commit comments