We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdf6e2 commit 148aeebCopy full SHA for 148aeeb
.github/workflows/imgtool.yaml
@@ -35,13 +35,14 @@ jobs:
35
pipenv run pip install pytest -e .
36
pipenv run pytest --junitxml=../junit/pytest-results-${{ matrix.python-version }}.xml
37
- name: Upload test results
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
if: always()
40
with:
41
name: pytest-results-${{ matrix.python-version }}
42
path: |
43
junit/pytest-results-${{ matrix.python-version }}*.xml
44
if-no-files-found: ignore
45
+ overwrite: true
46
environment:
47
if: ${{ github.event_name == 'push' }}
48
runs-on: ubuntu-latest
0 commit comments