diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 974f834..fe2a8f8 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@v3.1.2 + uses: actions/upload-artifact@v4.0.0 with: name: wgtunnel path: ${{ steps.apk-path.outputs.path }}