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
1 changed files with 4 additions and 4 deletions

View File

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