We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407bea8 commit 93b14dfCopy full SHA for 93b14df
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
docker compose -f env/docker/docker-compose.ci.yml up --abort-on-container-exit --exit-code-from testing
93
- name: Upload cypress screenshots and videos of failed tests
94
if: failure()
95
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
96
with:
97
name: cypress-screenshots-and-videos-of-failed-tests
98
path: test_output/*
0 commit comments