Skip to content

Commit 3f7966a

Browse files
authored
Merge pull request #189 from Hepolise/dependabot/github_actions/main/actions/upload-artifact-5
Build(deps): Bump actions/upload-artifact from 4 to 5
2 parents f482b00 + 2afc571 commit 3f7966a

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

0 commit comments

Comments
 (0)