diff --git a/.github/workflows/webPreview.yaml b/.github/workflows/webPreview.yaml index 2552b69..0bbd7a9 100644 --- a/.github/workflows/webPreview.yaml +++ b/.github/workflows/webPreview.yaml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download the build result from artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: web-build - name: Get the build result file content diff --git a/.github/workflows/webProduction.yaml b/.github/workflows/webProduction.yaml index 7934cd3..b0f2051 100644 --- a/.github/workflows/webProduction.yaml +++ b/.github/workflows/webProduction.yaml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download the build result from artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: web-build - name: Get the build result file content