6767
6868 steps :
6969 - name : Checkout code
70- uses : actions/checkout@v5
70+ uses : actions/checkout@v6
7171 with :
7272 submodules : true
7373
@@ -194,7 +194,7 @@ jobs:
194194 fi
195195
196196 - name : Upload Artifacts
197- uses : actions/upload-artifact@v5
197+ uses : actions/upload-artifact@v6
198198 with :
199199 name : ${{ steps.artifact_name.outputs.name }}-win10-${{ matrix.platformAlt }}-${{ matrix.osal }}
200200 path : ${{ env.INSTALL_LOCATION }}
@@ -231,7 +231,7 @@ jobs:
231231
232232 steps :
233233 - name : Checkout code
234- uses : actions/checkout@v5
234+ uses : actions/checkout@v6
235235 with :
236236 submodules : true
237237
@@ -317,7 +317,7 @@ jobs:
317317
318318 steps :
319319 - name : Checkout code
320- uses : actions/checkout@v5
320+ uses : actions/checkout@v6
321321 with :
322322 submodules : true
323323
@@ -448,7 +448,7 @@ jobs:
448448 fi
449449
450450 - name : Upload Artifacts
451- uses : actions/upload-artifact@v5
451+ uses : actions/upload-artifact@v6
452452 with :
453453 name : CI-${{ github.run_id }}-mingw-${{ matrix.artifactPrefix }}-${{ matrix.platform }}
454454 path : ${{ env.INSTALL_LOCATION }}
@@ -475,7 +475,7 @@ jobs:
475475 shell : msys2 {0}
476476
477477 steps :
478- - uses : actions/checkout@v5
478+ - uses : actions/checkout@v6
479479 with :
480480 submodules : recursive
481481
@@ -520,7 +520,7 @@ jobs:
520520 fi
521521
522522 - name : ' ${{ matrix.icon }} Upload Artifacts'
523- uses : actions/upload-artifact@v5
523+ uses : actions/upload-artifact@v6
524524 with :
525525 name : CI-${{ github.run_id }}-msys2-${{matrix.sys}}-${{matrix.osal}}
526526 path : ${{env.INSTALL_LOCATION}}
@@ -536,7 +536,7 @@ jobs:
536536 name : 🧪 Acceptance Test
537537 steps :
538538 - name : Download all artifacts
539- uses : actions/download-artifact@v6
539+ uses : actions/download-artifact@v7
540540 with :
541541 path : artifacts
542542 pattern : fluidsynth-*
@@ -562,7 +562,7 @@ jobs:
562562 name : 🚀 Publish Release Artifacts
563563 steps :
564564 - name : Download all artifacts
565- uses : actions/download-artifact@v6
565+ uses : actions/download-artifact@v7
566566 with :
567567 path : artifacts
568568 pattern : fluidsynth-*
@@ -593,7 +593,7 @@ jobs:
593593 runs-on : ubuntu-22.04
594594 name : 📢 Announce Release
595595 steps :
596- - uses : actions/checkout@v5
596+ - uses : actions/checkout@v6
597597 with :
598598 persist-credentials : false
599599
0 commit comments