We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e0b96 commit bbc9b3dCopy full SHA for bbc9b3d
1 file changed
.github/workflows/dev.yml
@@ -22,13 +22,13 @@ jobs:
22
CYPRESS_TESTING_HSLID_USERNAME: ${{ secrets.CYPRESS_TESTING_HSLID_USERNAME }}
23
CYPRESS_TESTING_HSLID_PASSWORD: ${{ secrets.CYPRESS_TESTING_HSLID_PASSWORD }}
24
- name: Upload screenshot artifacts
25
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
26
if: failure()
27
with:
28
name: cypress-screenshots
29
path: cypress/screenshots
30
- name: Upload video artifacts
31
32
if: always()
33
34
name: cypress-videos
0 commit comments