File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 branches :
7- - master
7+ - master
88
99jobs :
1010 generate-portal :
1111 runs-on : ubuntu-latest
1212
1313 steps :
1414
15- - uses : actions/checkout@v1
15+ - uses : actions/checkout@v4
1616 name : checkout-repo
1717 id : checkout-repo
1818
4343
4444 - name : Deploy to Netlify
4545 if : ${{steps.generate-portal.outputs.HTTP_CODE == '200'}}
46- uses : nwtgck/actions-netlify@v2 .0
46+ uses : nwtgck/actions-netlify@v3 .0
4747 with :
4848 publish-dir : ' ./static-portal'
4949 production-branch : master
6060 # Upload Portal Artifact
6161 - name : Upload Artifact
6262 if : ${{steps.generate-portal.outputs.HTTP_CODE == '200' }}
63- uses : actions/upload-artifact@v3.1.1
63+ uses : actions/upload-artifact@v4.0
6464 with :
6565 name : static-portal
6666 path : static-portal
7373 # Upload error.zip if error code is 422 with a zip file
7474 - name : Upload error.zip
7575 if : ${{steps.generate-portal.outputs.HTTP_CODE == '422' && steps.generate-portal.outputs.CONTENT_TYPE == 'application/zip'}}
76- uses : actions/upload-artifact@v3.1.1
76+ uses : actions/upload-artifact@v4.0
7777 with :
7878 name : error
7979 path : error
You can’t perform that action at this time.
0 commit comments