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 93abe95 commit 06be4bbCopy full SHA for 06be4bb
.github/workflows/Continuous_Integration.yml
@@ -82,7 +82,7 @@ jobs:
82
run: npm test -- --coverage
83
84
- name: Archive code coverage results
85
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v2
86
with:
87
name: code-coverage-report
88
path: ./coverage
@@ -91,7 +91,7 @@ jobs:
91
run: npm run build
92
93
- name: Upload artifact to enable deployment
94
95
96
name: production-files
97
path: ./build
0 commit comments