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