diff --git a/.github/workflows/webapp-deploy-template.yml b/.github/workflows/webapp-deploy-template.yml index 529cd19..99b02b9 100644 --- a/.github/workflows/webapp-deploy-template.yml +++ b/.github/workflows/webapp-deploy-template.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 id: download with: name: artifacts