diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 955ec1e..0fe98d9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -55,7 +55,7 @@ jobs: # Save the APK after the Build job is complete to publish it as a Github release in the next job - name: Upload APK - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.2.0 with: name: wgtunnel path: ${{ steps.apk-path.outputs.path }}