diff --git a/.github/workflows/ci-integration-test-artifacts-multiple-folders.yml b/.github/workflows/ci-integration-test-artifacts-multiple-folders.yml index 8bc17b3..c408137 100644 --- a/.github/workflows/ci-integration-test-artifacts-multiple-folders.yml +++ b/.github/workflows/ci-integration-test-artifacts-multiple-folders.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Downloading artifacts" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: custom-artifacts-name - run: node -e "if(fs.existsSync('dist/apps/react-app') && fs.existsSync('coverage/apps/react-app')) console.log('Artifacts are here...'); else { throw new Error('Artifacts do not exist!');}" diff --git a/.github/workflows/ci-integration-test-artifacts.yml b/.github/workflows/ci-integration-test-artifacts.yml index ffdb74a..00f4100 100644 --- a/.github/workflows/ci-integration-test-artifacts.yml +++ b/.github/workflows/ci-integration-test-artifacts.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Downloading artifacts" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: nx-main-artifacts path: dist