diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 3714a3af2..a90db69e8 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -36,14 +36,14 @@ jobs: zip -r ../app.zip . # upload the published website code artifacts - name: Upload artifact for deployment job - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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@v5 + uses: actions/upload-artifact@v6 with: name: bicep-template path: ${{ env.TEMPLATE-FILE }}