Skip to content

Commit ed50ca7

Browse files
authored
Merge pull request #350 from crossplane-contrib/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents aba0142 + 7a4f7f1 commit ed50ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

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

115115
- name: Upload Single-Platform Package
116-
uses: actions/upload-artifact@v5
116+
uses: actions/upload-artifact@v6
117117
with:
118118
name: package-${{ matrix.arch }}
119119
path: "*.xpkg"
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/checkout@v6
134134

135135
- name: Download Single-Platform Packages
136-
uses: actions/download-artifact@v6
136+
uses: actions/download-artifact@v7
137137
with:
138138
path: .
139139
merge-multiple: true

0 commit comments

Comments
 (0)