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:
Alexander Schwartz 2023-12-20 19:01:16 +01:00 committed by Alexander Schwartz
parent dea0f3c3db
commit f13e2bce9e

View file

@ -47,7 +47,8 @@ runs:
echo "EOF" >> $GITHUB_OUTPUT
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 }}
with:
name: flaky-tests-${{ github.job }}-${{ join(matrix.*, '-') }}