Skip to content

Commit

Permalink
chore: Bumps artefact actions to v4 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Jan 17, 2024
1 parent 2b33466 commit 5e60be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ jobs:
- name: Run integration tests
run: tox -e integration
- name: Archive Tested Charm
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ github.ref_name == 'main' }}
with:
name: tested-charm
path: .tox/**/self-signed-certificates_ubuntu-22.04-amd64.charm
retention-days: 5
- name: Archive charmcraft logs
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: charmcraft-logs
path: /home/runner/.local/state/charmcraft/log/*.log
- name: Archive juju crashdump
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: juju-crashdump
path: juju-crashdump-*.tar.xz
2 changes: 1 addition & 1 deletion .github/workflows/publish-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install charmcraft
run: sudo snap install charmcraft --classic
- name: Fetch Tested Charm
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tested-charm
- name: Move charm in current directory
Expand Down

0 comments on commit 5e60be7

Please sign in to comment.