We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e81b86 commit 882a149Copy full SHA for 882a149
.github/workflows/end-to-end-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
start: npm run dev
17
env: type=actual # for screenshot testing
18
config: screenshotsFolder=cypress/snapshots/linux/actual
19
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v6
20
if: failure()
21
with:
22
name: visual-regression-diff
.github/workflows/record-snapshots.yml
@@ -12,7 +12,7 @@ jobs:
12
13
env: type=base
14
config: screenshotsFolder=cypress/snapshots/linux/base
15
if: success()
0 commit comments