File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1717 VAGRANT_ON_GH : true
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : 3.9
2525
3636 run : ANSIBLE_ARGS="--tags init,ci_test" vagrant up
3737
3838 - name : Archive ansible log
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : ansible-log
4242 path : ansible.log
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 VAGRANT_ON_GH : true
2424
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727
2828 - name : set up Python
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : 3.9
3232
4545 id : build_1
4646
4747 - name : Archive ansible log
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : ansible-log
5151 path : ansible.log
6161 run : ansible-playbook playbook-build.yml
6262
6363 - name : Archive log
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : ansible-log
6767 path : ansible.log
7272 run : ansible-playbook playbook-build.yml --tags cleanup
7373
7474 - name : Archive log
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : ansible-log
7878 path : ansible.log
@@ -83,14 +83,14 @@ jobs:
8383 run : ansible-playbook playbook-package.yml --skip-tags reload,validate
8484
8585 - name : Archive log
86- uses : actions/upload-artifact@v3
86+ uses : actions/upload-artifact@v4
8787 with :
8888 name : ansible-log
8989 path : ansible.log
9090 continue-on-error : true
9191
9292 - name : Archive release notes
93- uses : actions/upload-artifact@v3
93+ uses : actions/upload-artifact@v4
9494 with :
9595 name : release-notes
9696 path : |
You can’t perform that action at this time.
0 commit comments