Skip to content

Commit 8e10d5c

Browse files
authored
Merge pull request #419 from KRTirtho/dependabot/github_actions/actions/upload-artifact-3
chore(deps): bump actions/upload-artifact from 2 to 3
2 parents 53f5c10 + e4a3ef2 commit 8e10d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spotube-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- run: npm install -g appdmg
9393
- run: mkdir -p build/${{ inputs.version }}
9494
- run: appdmg appdmg.json build/${{ inputs.version }}/Spotube-macos-x86_64.dmg
95-
- uses: actions/upload-artifact@v2
95+
- uses: actions/upload-artifact@v3
9696
with:
9797
name: Spotube-Macos-Bundle
9898
path: |
@@ -173,7 +173,7 @@ jobs:
173173
flutter build apk
174174
make apk
175175
176-
- uses: actions/upload-artifact@v2
176+
- uses: actions/upload-artifact@v3
177177
with:
178178
name: Spotube-Android-Bundle
179179
path: |

0 commit comments

Comments
 (0)