Skip to content

Commit

Permalink
Rename artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Feb 27, 2024
1 parent 64a04ec commit bf0b92c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
run: |
mkdir -p tmp/
mv $HOME/.local/state/charmcraft/log/* tmp/ | true
cp ${GITHUB_WORKSPACE}/pytest-operator/pytest-operator/.tox/integration*/tmp/*.charm tmp/ | true
cp ${GITHUB_WORKSPACE}/.tox/integration*/tmp/*.charm tmp/ | true
- name: Upload debug artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-run-artifacts
name: test-run-artifacts-${{ matrix.juju }}
path: tmp

integration-test:
Expand Down Expand Up @@ -87,11 +87,11 @@ jobs:
run: |
mkdir -p tmp/
mv $HOME/.local/state/charmcraft/log/* tmp/ | true
cp ${GITHUB_WORKSPACE}/pytest-operator/pytest-operator/.tox/integration*/tmp/*.charm tmp/ | true
cp ${GITHUB_WORKSPACE}/.tox/integration*/tmp/*.charm tmp/ | true
- name: Upload debug artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: test-run-artifacts
name: test-run-artifacts-${{ matrix.juju }}
path: tmp

0 comments on commit bf0b92c

Please sign in to comment.