diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f31d914..6681829 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: ./gradlew --no-daemon clean testDebugUnitTest lintDebug assembleDebug assembleRelease - name: Upload debug APK - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: liquid-music-debug-${{ github.sha }} path: app/build/outputs/apk/debug/app-debug.apk @@ -47,7 +47,7 @@ jobs: - name: Upload verification reports if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: verification-reports-${{ github.sha }} path: |