File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 run : ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
120120
121121 - name : Upload Single-Platform Package
122- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
122+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
123123 with :
124124 name : package-${{ matrix.arch }}
125125 path : " *.xpkg"
@@ -138,7 +138,7 @@ jobs:
138138 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
139139
140140 - name : Download Single-Platform Packages
141- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
141+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
142142 with :
143143 path : .
144144 merge-multiple : true
You can’t perform that action at this time.
0 commit comments