Skip to content

Commit e6a4314

Browse files
Update GitHub Artifact Actions
1 parent 69527d8 commit e6a4314

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

120120
- name: Upload Single-Platform Package
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
with:
123123
name: packages-${{ matrix.arch }}
124124
path: "*.xpkg"
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/checkout@v5
138138

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

0 commit comments

Comments
 (0)