Skip to content

Commit 882c244

Browse files
chore(deps): update github artifact actions
1 parent 44e715e commit 882c244

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
@@ -120,7 +120,7 @@ jobs:
120120
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
121121

122122
- name: Upload Single-Platform Package
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v5
124124
with:
125125
name: package-${{ matrix.arch }}
126126
path: "*.xpkg"
@@ -139,7 +139,7 @@ jobs:
139139
uses: actions/checkout@v4
140140

141141
- name: Download Single-Platform Packages
142-
uses: actions/download-artifact@v4
142+
uses: actions/download-artifact@v6
143143
with:
144144
path: .
145145
merge-multiple: true

0 commit comments

Comments
 (0)