Skip to content

Commit 9b97183

Browse files
authored
Merge pull request #211 from Hepolise/dependabot/github_actions/main/actions/upload-artifact-6
Build(deps): Bump actions/upload-artifact from 5 to 6
2 parents 4b06977 + cd310f6 commit 9b97183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v5
108+
uses: actions/upload-artifact@v6
109109
with:
110110
name: Build Artifacts
111111
path: ${{ env.APK_NAME }}-${{ env.BUILD_TYPE }}-${{ env.VERSION }}.apk

0 commit comments

Comments
 (0)