Skip to content

Commit f117bf7

Browse files
chore(deps): update github artifact actions (#178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65370cb commit f117bf7

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@v6
121+
uses: actions/upload-artifact@v7
122122
with:
123123
name: packages-${{ matrix.arch }}
124124
path: "*.xpkg"
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/checkout@v6
138138

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

0 commit comments

Comments
 (0)