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 @@ -245,7 +245,7 @@ jobs:
245245 working-directory : publish/output
246246
247247 - name : Upload library
248- uses : actions/upload-artifact@v4
248+ uses : actions/upload-artifact@v5
249249 with :
250250 name : Magick.NET-${{ matrix.quantumName }}-${{ matrix.platformName }}
251251 path : publish/output
@@ -325,7 +325,7 @@ jobs:
325325 working-directory : publish/output
326326
327327 - name : Upload library
328- uses : actions/upload-artifact@v4
328+ uses : actions/upload-artifact@v5
329329 with :
330330 name : Magick.NET-${{ matrix.quantumName }}-${{ matrix.platformName }}
331331 path : publish/output
@@ -395,7 +395,7 @@ jobs:
395395 working-directory : publish/output
396396
397397 - name : Upload library
398- uses : actions/upload-artifact@v4
398+ uses : actions/upload-artifact@v5
399399 with :
400400 name : Magick.NET.${{ matrix.libraryName }}
401401 path : publish/output
You can’t perform that action at this time.
0 commit comments