Switching to actions/upload-artifact

This commit is contained in:
David Négrier 2021-11-24 10:01:35 +01:00
parent c32a523923
commit 02ed853399

View file

@ -37,8 +37,8 @@ jobs:
- name: Upload failed tests - name: Upload failed tests
if: ${{ failure() }} if: ${{ failure() }}
uses: edunad/actions-image@v1.0.0 uses: actions/upload-artifact@v2
with: with:
path: './tests/screenshots/**/*.png' name: my-artifact
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} path: './tests/screenshots/'
title: 'Failed E2E tests 🙀'