Skip to content

Commit d1f4fed

Browse files
Bump actions/upload-artifact from 5 to 6 in the actions group
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3a6c7a commit d1f4fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
4040

4141
- name: Upload WhatsApp flavor artifacts
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: whatsapp-debug-app-${{ env.SHORT_SHA }}
4545
path: app/build/outputs/apk/whatsapp/debug/app-whatsapp-debug.apk
4646

4747
- name: Upload Business flavor artifacts
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: business-debug-app-${{ env.SHORT_SHA }}
5151
path: app/build/outputs/apk/business/debug/app-business-debug.apk

0 commit comments

Comments
 (0)