diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e3ef0a..2a64a4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: - run: npm test - name: Upload test coverage - uses: actions/upload-artifact@master + uses: actions/upload-artifact@v1 with: name: coverage path: coverage