File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,23 +225,23 @@ jobs:
225225 echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
226226
227227 - name : Upload base digest
228- uses : actions/upload-artifact@v4
228+ uses : actions/upload-artifact@v5
229229 with :
230230 name : digest-${{ matrix.variant }}-base-${{ env.PLATFORM_PAIR }}
231231 path : /tmp/digest/base/*
232232 if-no-files-found : error
233233 retention-days : 1
234234
235235 - name : Upload ffmpeg digest
236- uses : actions/upload-artifact@v4
236+ uses : actions/upload-artifact@v5
237237 with :
238238 name : digest-${{ matrix.variant }}-ffmpeg-${{ env.PLATFORM_PAIR }}
239239 path : /tmp/digest/ffmpeg/*
240240 if-no-files-found : error
241241 retention-days : 1
242242
243243 - name : Upload OTEL digest
244- uses : actions/upload-artifact@v4
244+ uses : actions/upload-artifact@v5
245245 with :
246246 name : digest-${{ matrix.variant }}-otel-${{ env.PLATFORM_PAIR }}
247247 path : /tmp/digest/otel/*
You can’t perform that action at this time.
0 commit comments