1
0

Merge pull request #6 from transfem-org/dependabot/github_actions/actions/upload-artifact-3

This commit is contained in:
dependabot[bot]
2023-10-06 20:29:03 +00:00
committed by GitHub
+2 -2
View File
@@ -108,12 +108,12 @@ jobs:
wait-on: 'http://localhost:61812'
headed: true
browser: ${{ matrix.browser }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: ${{ matrix.browser }}-cypress-screenshots
path: cypress/screenshots
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ matrix.browser }}-cypress-videos