File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353 run : ci/build-appimage.sh
5454
5555 - name : Upload artifacts
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 with :
5858 name : metaforce-${{env.METAFORCE_VERSION}}-linux-${{matrix.preset}}-x86_64
5959 path : |
9595 # keychain-password: ${{secrets.MACOS_KEYCHAIN_PASSWORD}}
9696
9797 - name : Upload artifacts
98- uses : actions/upload-artifact@v6
98+ uses : actions/upload-artifact@v7
9999 with :
100100 name : metaforce-${{env.METAFORCE_VERSION}}-macos-appleclang-universal
101101 path : |
@@ -130,7 +130,7 @@ jobs:
130130 run : cmake --build --preset x-ios-ci --target install
131131
132132 - name : Upload artifacts
133- uses : actions/upload-artifact@v6
133+ uses : actions/upload-artifact@v7
134134 with :
135135 name : metaforce-${{env.METAFORCE_VERSION}}-ios-appleclang-arm64
136136 path : |
@@ -166,7 +166,7 @@ jobs:
166166 run : cmake --build --preset x-tvos-ci --target install
167167
168168 - name : Upload artifacts
169- uses : actions/upload-artifact@v6
169+ uses : actions/upload-artifact@v7
170170 with :
171171 name : metaforce-${{env.METAFORCE_VERSION}}-tvos-appleclang-arm64
172172 path : |
@@ -218,7 +218,7 @@ jobs:
218218 run : cmake --build --preset x-windows-ci-${{matrix.preset}}
219219
220220 - name : Upload artifacts
221- uses : actions/upload-artifact@v6
221+ uses : actions/upload-artifact@v7
222222 with :
223223 name : metaforce-${{env.METAFORCE_VERSION}}-win32-${{matrix.preset}}-x86_64
224224 path : |
You can’t perform that action at this time.
0 commit comments