diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bd9773..fae6017 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: run: ./gradlew assembleDebug -s - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 if: always() with: name: open-quartz-${{ github.workflow }}-${{ github.run_id }}