diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 6d27171e2b30..1ae6be324e85 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: 'Upload artifact' - uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.pre.node20 + uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20 with: name: SARIF file path: results.sarif diff --git a/docs/docs/uploads.md b/docs/docs/uploads.md index 2f94bb57856e..5e47680c585f 100644 --- a/docs/docs/uploads.md +++ b/docs/docs/uploads.md @@ -176,7 +176,12 @@ This is because Prisma doesn't have a native File type. Instead, we store the fi ### 2. Configuring the Upload savers and Uploads extension To make it easier (and more consistent) dealing with file uploads, Redwood gives you a standardized way of saving your uploads (i.e. write to storage) by using what we call "savers," along with our custom Uploads extension that will handle deletion and updates automatically for you. -:::note The rest of the doc assumes you are running a "Serverful" configuration for your deployments, as it involves the file system. ::: + +:::note + +The rest of the doc assumes you are running a "Serverful" configuration for your deployments, as it involves the file system. + +::: Let's first run the setup command: