@@ -317,7 +317,7 @@ jobs:
317317 if not exist "${{ matrix.config.working-directory }}" mklink /d "${{ matrix.config.working-directory }}" "C:\actions-runner\_work\arduino-ide\arduino-ide"
318318
319319 - name : Checkout
320- uses : actions/checkout@v4
320+ uses : actions/checkout@v5
321321
322322
323323 - name : Install Node.js
@@ -441,10 +441,10 @@ jobs:
441441 echo "CHANNEL_FILES_PATH=${{ runner.temp }}/channel-files" >> "$GITHUB_ENV"
442442
443443 - name : Checkout
444- uses : actions/checkout@v4
444+ uses : actions/checkout@v5
445445
446446 - name : Download staged-for-merge channel file artifacts
447- uses : actions/download-artifact@v4
447+ uses : actions/download-artifact@v5
448448 with :
449449 merge-multiple : true
450450 path : ${{ env.CHANNEL_FILES_PATH }}
@@ -513,7 +513,7 @@ jobs:
513513
514514 steps :
515515 - name : Download job transfer artifact that contains ${{ matrix.artifact.name }} tester build
516- uses : actions/download-artifact@v4
516+ uses : actions/download-artifact@v5
517517 with :
518518 name : ${{ env.JOB_TRANSFER_ARTIFACT_PREFIX }}${{ matrix.artifact.job-transfer-artifact-suffix }}
519519 path : ${{ env.BUILD_ARTIFACTS_FOLDER }}
@@ -533,7 +533,7 @@ jobs:
533533 BODY : ${{ steps.changelog.outputs.BODY }}
534534 steps :
535535 - name : Checkout
536- uses : actions/checkout@v4
536+ uses : actions/checkout@v5
537537 with :
538538 fetch-depth : 0 # To fetch all history for all branches and tags.
539539
@@ -600,7 +600,7 @@ jobs:
600600
601601 steps :
602602 - name : Download all job transfer artifacts
603- uses : actions/download-artifact@v4
603+ uses : actions/download-artifact@v5
604604 with :
605605 merge-multiple : true
606606 path : ${{ env.ARTIFACTS_FOLDER }}
@@ -643,7 +643,7 @@ jobs:
643643
644644 steps :
645645 - name : Download all job transfer artifacts
646- uses : actions/download-artifact@v4
646+ uses : actions/download-artifact@v5
647647 with :
648648 merge-multiple : true
649649 path : ${{ env.ARTIFACTS_FOLDER }}
0 commit comments