diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e090652..e52faec 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -48,7 +48,7 @@ jobs: if: success() || failure() steps: - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: artifacts - name: Publish Unit Test Results