Преглед на файлове

Merge pull request #3523 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.0.0

Build(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0
Andy Scherzinger преди 1 година
родител
ревизия
a8345172e2
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      .github/workflows/assembleFlavors.yml
  2. 1 1
      .github/workflows/unit-tests.yml

+ 1 - 1
.github/workflows/assembleFlavors.yml

@@ -30,7 +30,7 @@ jobs:
           echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" >> gradle.properties
           ./gradlew assemble${{ matrix.flavor }}
       - name: Archive apk
-        uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+        uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
         if: ${{ always() }}
         with:
           name: Nextcloud-APK

+ 1 - 1
.github/workflows/unit-tests.yml

@@ -30,7 +30,7 @@ jobs:
                     arguments: testGplayDebugUnit
             -   name: Upload test artifacts
                 if: ${{ failure() }}
-                uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
+                uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
                 with:
                     name: test-results
                     path: app/build/reports/tests/testGplayDebugUnitTest/