ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update all non-major dependencies

#140
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1755908566209 into main
7 files +11 -11
.github/workflows/precompile-php.ymlmodified+2-2
Changes to .github/workflows/precompile-php.yml
@@ -153,7 +153,7 @@ jobs:
153153 uses: oven-sh/setup-bun@v2
154154
155155 - name: Use cached node_modules
156 uses: actions/cache@v4
156 uses: actions/cache@v4.2.4
157157 with:
158158 path: node_modules
159159 key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -988,7 +988,7 @@ jobs:
988988 ls -lh ${{ env.BINARY_NAME }}.tar.gz
989989
990990 - name: Upload binary artifact
991 uses: actions/upload-artifact@v4
991 uses: actions/upload-artifact@v4.6.2
992992 with:
993993 name: ${{ env.BINARY_NAME }}
994994 path: ${{ env.OUTPUT_DIR }}/${{ env.BINARY_NAME }}.tar.gz