Don't upgrade flaky test upload as flaky tests are not reported
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
dea0f3c3db
commit
f13e2bce9e
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ runs:
|
||||||
echo "EOF" >> $GITHUB_OUTPUT
|
echo "EOF" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
# Use v3 as uploads with the v4 version of the plugin seems not to be downloadable with the current GitHub Application we're using
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
if: ${{ steps.flaky-tests.outputs.flakes }}
|
if: ${{ steps.flaky-tests.outputs.flakes }}
|
||||||
with:
|
with:
|
||||||
name: flaky-tests-${{ github.job }}-${{ join(matrix.*, '-') }}
|
name: flaky-tests-${{ github.job }}-${{ join(matrix.*, '-') }}
|
||||||
|
|
Loading…
Reference in a new issue