Skip to content

Commit 77fc9b7

Browse files
⬆️ Bump actions/upload-artifact from 2 to 3 (#208)
1 parent b62cf5f commit 77fc9b7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

.github/workflows/build-vagrant.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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/

0 commit comments

Comments
 (0)