Skip to content

Commit fa0cc78

Browse files
authored
Merge pull request #479 from AxioDL/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents b3965d0 + aae9de2 commit fa0cc78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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: |
@@ -95,7 +95,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)