Skip to content

Commit 31953fe

Browse files
committed
Bump GH actions to latest version
1 parent 6b8fabb commit 31953fe

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ls -la publish
5858
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: ${{ steps.artifact_name.outputs.name }}-iOS
6363
path: publish/
@@ -73,7 +73,7 @@ jobs:
7373
name: 🚀 Publish Release Artifacts
7474
steps:
7575
- name: Download all artifacts
76-
uses: actions/download-artifact@v7
76+
uses: actions/download-artifact@v8
7777
with:
7878
path: ${{ needs.ios-build.outputs.artifact_name }}-iOS
7979
pattern: ${{ needs.ios-build.outputs.artifact_name }}-iOS

.github/workflows/solaris.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
submodules: true
3535

3636
- name: Build & test
37-
uses: vmactions/solaris-vm@v1.2.3
37+
uses: vmactions/solaris-vm@v1.3
3838
with:
3939
envs: 'CFLAGS_SOLARIS_CC'
4040
usesh: true

.github/workflows/windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
fi
196196
197197
- name: Upload Artifacts
198-
uses: actions/upload-artifact@v6
198+
uses: actions/upload-artifact@v7
199199
with:
200200
name: ${{ steps.artifact_name.outputs.name }}-win10-${{ matrix.platformAlt }}-${{ matrix.osal }}
201201
path: ${{ env.INSTALL_LOCATION }}
@@ -478,7 +478,7 @@ jobs:
478478
fi
479479
480480
- name: Upload Artifacts
481-
uses: actions/upload-artifact@v6
481+
uses: actions/upload-artifact@v7
482482
with:
483483
name: CI-${{ github.run_id }}-mingw-${{ matrix.artifactPrefix }}-${{ matrix.platform }}
484484
path: ${{ env.INSTALL_LOCATION }}
@@ -550,7 +550,7 @@ jobs:
550550
fi
551551
552552
- name: '${{ matrix.icon }} Upload Artifacts'
553-
uses: actions/upload-artifact@v6
553+
uses: actions/upload-artifact@v7
554554
with:
555555
name: CI-${{ github.run_id }}-msys2-${{matrix.sys}}-${{matrix.osal}}
556556
path: ${{env.INSTALL_LOCATION}}
@@ -566,7 +566,7 @@ jobs:
566566
name: 🧪 Acceptance Test
567567
steps:
568568
- name: Download all artifacts
569-
uses: actions/download-artifact@v7
569+
uses: actions/download-artifact@v8
570570
with:
571571
path: artifacts
572572
pattern: fluidsynth-*
@@ -592,7 +592,7 @@ jobs:
592592
name: 🚀 Publish Release Artifacts
593593
steps:
594594
- name: Download all artifacts
595-
uses: actions/download-artifact@v7
595+
uses: actions/download-artifact@v8
596596
with:
597597
path: artifacts
598598
pattern: fluidsynth-*

0 commit comments

Comments
 (0)