Skip to content

Commit

Permalink
Revert "chore: Bumps upload artifact to v4"
Browse files Browse the repository at this point in the history
This reverts commit bbea4af.

Signed-off-by: Guillaume Belanger <guillaume.belanger27@gmail.com>
  • Loading branch information
gruyaume committed Jan 3, 2024
1 parent bbea4af commit 33397c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ jobs:
- name: Run integration tests
run: tox -e integration
- name: Archive Tested Charm
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: ${{ github.event_name == 'push' }}
with:
name: tested-charm
path: .tox/**/httprequest-lego-k8s_ubuntu-22.04-amd64.charm
retention-days: 5
- name: Archive charmcraft logs
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: charmcraft-logs
path: /home/runner/.local/state/charmcraft/log/*.log
- name: Archive juju crashdump
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: juju-crashdump
path: juju-crashdump-*.tar.xz
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Install charmcraft
run: sudo snap install charmcraft --classic
- name: Fetch Tested Charm
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: tested-charm
- name: Move charm in current directory
Expand Down

0 comments on commit 33397c3

Please sign in to comment.