diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index dbe93de..8fd5f0c 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -37,14 +37,14 @@ jobs: zip -r ../app.zip . # upload the published website code artifacts - name: Upload artifact for deployment job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: .net-app path: ${{env.DOTNET_ROOT}}/app.zip # upload the bicep template as artifacts for next job - name: Upload artifact for deployment job - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: bicep-template path: ${{ env.TEMPLATE-FILE }}