mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-14 08:25:16 +00:00
chore(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
05bb118cd8
commit
e4a3ef2689
4
.github/workflows/spotube-release.yml
vendored
4
.github/workflows/spotube-release.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
- run: npm install -g appdmg
|
||||
- run: mkdir -p build/${{ inputs.version }}
|
||||
- run: appdmg appdmg.json build/${{ inputs.version }}/Spotube-macos-x86_64.dmg
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Spotube-Macos-Bundle
|
||||
path: |
|
||||
@ -173,7 +173,7 @@ jobs:
|
||||
flutter build apk
|
||||
make apk
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Spotube-Android-Bundle
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user