We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d20726 commit 982418eCopy full SHA for 982418e
1 file changed
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Upload test results
40
if: always()
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v3.1.3
42
with:
43
name: jest-test-results-${{ matrix.node-version }}
44
path: test-results/junit.xml
@@ -52,7 +52,7 @@ jobs:
52
# Optional: Upload log as artifact for debugging
53
- name: Upload jest log
54
55
56
57
name: jest-log-${{ matrix.node-version }}
58
path: jest.log
0 commit comments