We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6224a70 commit 0555ca6Copy full SHA for 0555ca6
.github/workflows/integration-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
# below, since that will delete the output files.
25
- name: Upload screenshot-diffs.zip artifact
26
if: ${{ always() && steps.test.outcome == 'failure' }}
27
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
28
with:
29
name: screenshot-diffs
30
path: packages/lit-dev-tests/test-results/**/*.png
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Upload screenshot-goldens.zip artifact
39
40
41
42
name: screenshot-goldens
43
path: packages/lit-dev-tests/src/playwright/**/**.png
0 commit comments