From 5e95a465bba9e27f62cbc3fe3ec47ee42e52c866 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:05:25 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 5076954 --- .github/workflows/publish.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 23478b861e4..92f31abafa9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,17 +40,17 @@ jobs: keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: Android arm64-v8a path: packages/neon_framework/example/build/app/outputs/flutter-apk/app-arm64-v8a-release-signed.apk if-no-files-found: error - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: Android armeabi-v7a path: packages/neon_framework/example/build/app/outputs/flutter-apk/app-armeabi-v7a-release-signed.apk if-no-files-found: error - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: Android x86_64 path: packages/neon_framework/example/build/app/outputs/flutter-apk/app-x86_64-release-signed.apk @@ -110,7 +110,7 @@ jobs: - name: Build run: ./tool/build-app.sh linux/${{ matrix.architecture.docker }} --build-number="$(date +"%s")" - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: Linux ${{ matrix.architecture.flutter }} path: packages/neon_framework/example/build/linux/${{ matrix.architecture.flutter }}/release/bundle/*