mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
ci(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -208,7 +208,7 @@ jobs:
|
|||||||
npm run tauri build -- --target ${{ matrix.rust_target }}
|
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||||
|
|
||||||
- name: Upload Linux artifacts
|
- name: Upload Linux artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: desktop-${{ matrix.platform }}
|
name: desktop-${{ matrix.platform }}
|
||||||
path: |
|
path: |
|
||||||
@@ -275,7 +275,7 @@ jobs:
|
|||||||
npm run tauri build -- --target ${{ matrix.rust_target }}
|
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||||
|
|
||||||
- name: Upload Windows artifacts
|
- name: Upload Windows artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: desktop-${{ matrix.platform }}
|
name: desktop-${{ matrix.platform }}
|
||||||
path: |
|
path: |
|
||||||
@@ -339,7 +339,7 @@ jobs:
|
|||||||
npm run tauri build -- --target ${{ matrix.rust_target }}
|
npm run tauri build -- --target ${{ matrix.rust_target }}
|
||||||
|
|
||||||
- name: Upload macOS artifacts
|
- name: Upload macOS artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: desktop-${{ matrix.platform }}
|
name: desktop-${{ matrix.platform }}
|
||||||
path: |
|
path: |
|
||||||
@@ -378,7 +378,7 @@ jobs:
|
|||||||
flutter build apk --release --no-pub
|
flutter build apk --release --no-pub
|
||||||
|
|
||||||
- name: Upload Mobile artifacts
|
- name: Upload Mobile artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: mobile-release
|
name: mobile-release
|
||||||
path: swingmusic_mobile/build/app/outputs/flutter-apk/app-release.apk
|
path: swingmusic_mobile/build/app/outputs/flutter-apk/app-release.apk
|
||||||
@@ -424,7 +424,7 @@ jobs:
|
|||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
- name: Upload Backend artifacts
|
- name: Upload Backend artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: backend-package
|
name: backend-package
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user