File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 run : cd hvalfangst_function && zip -r ../release.zip ./*
3636
3737 - name : Upload artifact for deployment job
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v3
3939 with :
4040 name : hvalfangst-function-app
4141 path : |
5050 url : ${{ steps.deploy-to-function.outputs.webapp-url }}
5151 steps :
5252 - name : Download artifact from build job
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@v3
5454 with :
5555 name : hvalfangst-function-app
5656
6262 id : deploy-to-function
6363 with :
6464 app-name : ' hvalfangstlinuxfunctionapp'
65- slot-name : ' Production'
65+ slot-name : ' Production'
6666 package : ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
6767 scm-do-build-during-deployment : true
6868 enable-oryx-build : true
You can’t perform that action at this time.
0 commit comments