@@ -308,7 +308,7 @@ jobs:
308308
309309 - name : Build MSI installer with Inno Setup
310310 if : steps.check-exe.outputs.build_success == 'true'
311- uses : Minionguyjpro/Inno-Setup-Action@v1.2.2
311+ uses : Minionguyjpro/Inno-Setup-Action@v1.2.7
312312 with :
313313 path : build/InkCanvasForClass CE.iss
314314 options : /O.
@@ -356,7 +356,7 @@ jobs:
356356
357357 - name : Upload Build Artifacts
358358 if : steps.check-exe.outputs.build_success == 'true'
359- uses : actions/upload-artifact@v4
359+ uses : actions/upload-artifact@v7
360360 with :
361361 name : build-files-${{ needs.prepare.outputs.version }}
362362 path : |
@@ -409,14 +409,14 @@ jobs:
409409 id-token : write
410410 steps :
411411 - name : Download Build Artifacts
412- uses : actions/download-artifact@v4
412+ uses : actions/download-artifact@v8
413413 with :
414414 name : build-files-${{ needs.prepare.outputs.version }}
415415
416416 - name : Setup Python
417- uses : actions/setup-python@v5
417+ uses : actions/setup-python@v6
418418 with :
419- python-version : ' 3.10 '
419+ python-version : ' 3.14 '
420420
421421 - name : Sign release artifacts with sigstore-python
422422 uses : sigstore/gh-action-sigstore-python@v3.2.0
@@ -430,7 +430,7 @@ jobs:
430430 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
431431
432432 - name : Upload Signed Artifacts
433- uses : actions/upload-artifact@v4
433+ uses : actions/upload-artifact@v7
434434 with :
435435 name : signed-files-${{ needs.prepare.outputs.version }}
436436 path : |
@@ -448,12 +448,12 @@ jobs:
448448
449449 steps :
450450 - name : Download Build Artifacts
451- uses : actions/download-artifact@v4
451+ uses : actions/download-artifact@v8
452452 with :
453453 name : build-files-${{ needs.prepare.outputs.version }}
454454
455455 - name : Download Signed Artifacts (if exists)
456- uses : actions/download-artifact@v4
456+ uses : actions/download-artifact@v8
457457 with :
458458 name : signed-files-${{ needs.prepare.outputs.version }}
459459 continue-on-error : true
@@ -539,7 +539,7 @@ jobs:
539539 contents : write
540540 steps :
541541 - name : Download Build Artifacts
542- uses : actions/download-artifact@v4
542+ uses : actions/download-artifact@v8
543543 with :
544544 name : build-files-${{ needs.prepare.outputs.version }}
545545
0 commit comments