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:
dependabot[bot] 2023-03-07 18:22:21 +00:00 committed by GitHub
parent 05bb118cd8
commit e4a3ef2689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |