diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18ef9fe..31e278f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -147,7 +147,7 @@ jobs: working-directory: packages/app/ - name: ⚙️ Upload build if: matrix.target == 'web' - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: app-${{ matrix.target }}-build path: "./packages/app/build/"