build(deps): bump the ci-deps group with 2 updates

Bumps the ci-deps group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

Updates `actions/download-artifact` from 7 to 8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-deps
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-01 02:43:10 +00:00
committed by Zangetsu
parent e96ca869dc
commit c4a097bfec
+4 -4
View File
@@ -231,21 +231,21 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
- name: Upload artifact (Linux AppImage)
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: vita3k-${{ env.GIT_SHORT_SHA }}-${{ matrix.os }}-appimage
path: build/${{ matrix.cmake_preset }}/bin/appimage
if: startsWith(matrix.os, 'ubuntu')
- name: Upload artifact (Android apk)
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: vita3k-${{ env.GIT_SHORT_SHA }}-android
path: ${{ env.APK_PATH }}
if: matrix.os == 'android'
- name: Upload artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: vita3k-${{ env.GIT_SHORT_SHA }}-${{ matrix.os }}
path: build/${{ matrix.cmake_preset }}/bin/${{ env.BUILD_CONFIG }}
@@ -266,7 +266,7 @@ jobs:
fetch-depth: 0
- name: Download Artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
- name: Get commit info
run: |