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 35
35
run : cd hvalfangst_function && zip -r ../release.zip ./*
36
36
37
37
- name : Upload artifact for deployment job
38
- uses : actions/upload-artifact@v4
38
+ uses : actions/upload-artifact@v3
39
39
with :
40
40
name : hvalfangst-function-app
41
41
path : |
50
50
url : ${{ steps.deploy-to-function.outputs.webapp-url }}
51
51
steps :
52
52
- name : Download artifact from build job
53
- uses : actions/download-artifact@v4
53
+ uses : actions/download-artifact@v3
54
54
with :
55
55
name : hvalfangst-function-app
56
56
62
62
id : deploy-to-function
63
63
with :
64
64
app-name : ' hvalfangstlinuxfunctionapp'
65
- slot-name : ' Production'
65
+ slot-name : ' Production'
66
66
package : ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
67
67
scm-do-build-during-deployment : true
68
68
enable-oryx-build : true
You can’t perform that action at this time.
0 commit comments