浏览代码

Update actions/upload-artifact action to v4.3.3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 年之前
父节点
当前提交
0012efc92e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/assembleFlavors.yml
  2. 1 1
      .github/workflows/unit-tests.yml

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

@@ -33,7 +33,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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
+        uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
         if: ${{ always() }}
         with:
           name: Nextcloud-${{ matrix.flavor }}-APK

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

@@ -33,7 +33,7 @@ jobs:
                     arguments: testGplayDebugUnit
             -   name: Upload test artifacts
                 if: ${{ failure() }}
-                uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
+                uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
                 with:
                     name: test-results
                     path: app/build/reports/tests/testGplayDebugUnitTest/