File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ jobs:
354354 run : yarn insert-cli-metadata && yarn build-bundles
355355
356356 - name : Upload Bundles
357- uses : actions/upload-artifact@v4
357+ uses : actions/upload-artifact@v5
358358 with :
359359 name : apify-cli-bundles-${{ matrix.label }}
360360 path : bundles/**
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 run : yarn insert-cli-metadata && yarn build-bundles
180180
181181 - name : Upload bundles
182- uses : actions/upload-artifact@v4
182+ uses : actions/upload-artifact@v5
183183 with :
184184 name : apify-cli-bundles-${{ matrix.label }}
185185 path : bundles/**
@@ -195,7 +195,7 @@ jobs:
195195 steps :
196196 # This step also deals with unzipping the archive from GitHub, so we get a big folder with all the bundles!
197197 - name : Download bundles
198- uses : actions/download-artifact@v5
198+ uses : actions/download-artifact@v6
199199 with :
200200 pattern : apify-cli-bundles-*
201201 merge-multiple : true
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 run : yarn insert-cli-metadata && yarn build-bundles
207207
208208 - name : Upload bundles
209- uses : actions/upload-artifact@v4
209+ uses : actions/upload-artifact@v5
210210 with :
211211 name : apify-cli-bundles-${{ matrix.label }}
212212 path : bundles/**
@@ -222,7 +222,7 @@ jobs:
222222 steps :
223223 # This step also deals with unzipping the archive from GitHub, so we get a big folder with all the bundles!
224224 - name : Download bundles
225- uses : actions/download-artifact@v5
225+ uses : actions/download-artifact@v6
226226 with :
227227 pattern : apify-cli-bundles-*
228228 merge-multiple : true
You can’t perform that action at this time.
0 commit comments