Skip to content

Commit ff153b0

Browse files
authored
Merge pull request #238 from Hepolise/dependabot/github_actions/main/actions/upload-artifact-7
Build(deps): Bump actions/upload-artifact from 6 to 7
2 parents a19f63b + 81ef56c commit ff153b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
fi
106106
107107
- name: Upload
108-
uses: actions/upload-artifact@v6
108+
uses: actions/upload-artifact@v7
109109
with:
110110
name: Build Artifacts
111111
path: ${{ env.APK_NAME }}-${{ env.BUILD_TYPE }}-${{ env.VERSION }}.apk

0 commit comments

Comments
 (0)