diff --git a/.github/workflows/pr-instructions.yml b/.github/workflows/pr-instructions.yml index 568e499f8..8f94abd3e 100644 --- a/.github/workflows/pr-instructions.yml +++ b/.github/workflows/pr-instructions.yml @@ -28,7 +28,7 @@ jobs: echo ${{ steps.instruction.outputs.result }} > addingPrInstructions/artifact/artifact.txt - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: adding-pr-instructions-artifact path: addingPrInstructions/artifact/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b3b13aa7..82878d447 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,7 +106,7 @@ Note: Understanding how git remotes work will make collaborating much easier. Yo ### **2.3 Get up and running** -1. Install NVM (Node Version Manager). NVM allows you to easily manage and switch between multiple versions of Node. +1. Install [NVM (Node Version Manager)](https://github.com/nvm-sh/nvm). NVM allows you to easily manage and switch between multiple versions of Node. - Verify the installation: `nvm --version` - Once NVM is verified, run the following commands from the root of the project: