Skip to content

Commit 06be4bb

Browse files
doc: documented throttle hook
1 parent 93abe95 commit 06be4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Continuous_Integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: npm test -- --coverage
8383

8484
- name: Archive code coverage results
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v2
8686
with:
8787
name: code-coverage-report
8888
path: ./coverage
@@ -91,7 +91,7 @@ jobs:
9191
run: npm run build
9292

9393
- name: Upload artifact to enable deployment
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v2
9595
with:
9696
name: production-files
9797
path: ./build

0 commit comments

Comments
 (0)