diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ed50121..17c5d5d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -45,7 +45,7 @@ jobs: - name: Build Code run: yarn typecheck && yarn build - name: Upload dist folder to artifacts - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: dist path: dist/ @@ -74,7 +74,7 @@ jobs: - name: Run tests run: yarn test --coverage - name: Store code coverage report - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: coverage path: coverage/