Skip to content

Commit 4d7b4a9

Browse files
chore(deps): update github artifact actions
1 parent 18a4ad4 commit 4d7b4a9

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"
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v4
139139

140140
- name: Download Single-Platform Packages
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v6
142142
with:
143143
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
144144
pattern: "!*.dockerbuild"

0 commit comments

Comments
 (0)