Skip to content

Commit 56e0f47

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'gitops/shared-files/functions/workflows'
1 parent 3524409 commit 56e0f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
120120

121121
- name: Upload Single-Platform Package
122-
uses: actions/upload-artifact@v5
122+
uses: actions/upload-artifact@v4
123123
with:
124124
name: package-${{ matrix.arch }}
125125
path: "*.xpkg"
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v5
139139

140140
- name: Download Single-Platform Packages
141-
uses: actions/download-artifact@v6
141+
uses: actions/download-artifact@v5
142142
with:
143143
path: .
144144
merge-multiple: true

0 commit comments

Comments
 (0)