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@v3
10+ - uses : actions/checkout@v4
1111 - id : devstack-action
1212 uses : ./
1313 - name : Upload logs artifacts on failure
1414 if : failure()
15- uses : actions/upload-artifact@v3
15+ uses : actions/upload-artifact@v4
1616 with :
1717 name : devstack-logs
1818 path : /tmp/devstack-logs/*
Original file line number Diff line number Diff line change 4343 run : sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
4444 shell : bash
4545 - name : Checkout Devstack
46- uses : actions/checkout@v3
46+ uses : actions/checkout@v4
4747 with :
4848 ref : ${{ inputs.branch }}
4949 repository : openstack/devstack
You can’t perform that action at this time.
0 commit comments