File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3636 run : ANSIBLE_ARGS="--tags init,ci_test" vagrant up
3737
3838 - name : Archive ansible log
39- uses : actions/upload-artifact@v2
39+ uses : actions/upload-artifact@v3
4040 with :
4141 name : ansible-log
4242 path : ansible.log
Original file line number Diff line number Diff line change 4545 id : build_1
4646
4747 - name : Archive ansible log
48- uses : actions/upload-artifact@v2
48+ uses : actions/upload-artifact@v3
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@v2
64+ uses : actions/upload-artifact@v3
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@v2
75+ uses : actions/upload-artifact@v3
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@v2
86+ uses : actions/upload-artifact@v3
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@v2
93+ uses : actions/upload-artifact@v3
9494 with :
9595 name : release-notes
9696 path : |
@@ -101,7 +101,7 @@ jobs:
101101 # This always encounters: https://github.com/actions/upload-artifact/issues/29#issuecomment-706512345
102102 # TODO upload directly to openstack (as dev version), or another location?
103103 # - name: Archive distribution
104- # uses: actions/upload-artifact@v2
104+ # uses: actions/upload-artifact@v3
105105 # with:
106106 # name: distribution
107107 # path: dist/
You can’t perform that action at this time.
0 commit comments