Skip to content

Commit

Permalink
⬆️ Bump actions/upload-artifact from 2 to 3 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 28, 2023
1 parent b62cf5f commit 77fc9b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ANSIBLE_ARGS="--tags init,ci_test" vagrant up

- name: Archive ansible log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ansible-log
path: ansible.log
12 changes: 6 additions & 6 deletions .github/workflows/build-vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: build_1

- name: Archive ansible log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ansible-log
path: ansible.log
Expand All @@ -61,7 +61,7 @@ jobs:
run: ansible-playbook playbook-build.yml

- name: Archive log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ansible-log
path: ansible.log
Expand All @@ -72,7 +72,7 @@ jobs:
run: ansible-playbook playbook-build.yml --tags cleanup

- name: Archive log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ansible-log
path: ansible.log
Expand All @@ -83,14 +83,14 @@ jobs:
run: ansible-playbook playbook-package.yml --skip-tags reload,validate

- name: Archive log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ansible-log
path: ansible.log
continue-on-error: true

- name: Archive release notes
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: release-notes
path: |
Expand All @@ -101,7 +101,7 @@ jobs:
# This always encounters: https://github.com/actions/upload-artifact/issues/29#issuecomment-706512345
# TODO upload directly to openstack (as dev version), or another location?
# - name: Archive distribution
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v3
# with:
# name: distribution
# path: dist/
Expand Down

0 comments on commit 77fc9b7

Please sign in to comment.