diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a972850..ce67541 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -43,7 +43,7 @@ jobs: - name: Run tests run: yarn test --coverage - name: Store code coverage report - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 with: name: coverage path: coverage/ @@ -77,7 +77,7 @@ jobs: with: fetch-depth: 2 - name: Download Coverage report - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 + uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4 with: name: coverage path: coverage/