File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 name : A job to deploy devstack with defaults
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v3
1111 - id : devstack-action
1212 uses : ./
1313 - name : Upload logs artifacts on failure
1414 if : failure()
15- uses : actions/upload-artifact@v2
15+ uses : actions/upload-artifact@v3
1616 with :
1717 name : devstack-logs
1818 path : /tmp/devstack-logs/*
Original file line number Diff line number Diff line change 4040 run : sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
4141 shell : bash
4242 - name : Checkout Devstack
43- uses : actions/checkout@v2
43+ uses : actions/checkout@v3
4444 with :
4545 ref : ${{ inputs.branch }}
4646 repository : openstack/devstack
You can’t perform that action at this time.
0 commit comments