From 207addaba2b9792e500b277b2bdd08e7676bd777 Mon Sep 17 00:00:00 2001 From: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:55:03 -0500 Subject: [PATCH] Update pro-extension-test.yml (#260) --- .github/workflows/pro-extension-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pro-extension-test.yml b/.github/workflows/pro-extension-test.yml index 21fa4af6..a2e7a63a 100644 --- a/.github/workflows/pro-extension-test.yml +++ b/.github/workflows/pro-extension-test.yml @@ -365,19 +365,19 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Download Ubuntu Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{needs.build.outputs.artifact_id}}-ubuntu-latest-${{needs.build.outputs.artifact_version}}-artifacts path: /tmp/ubuntu - name: Download macOS Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{needs.build.outputs.artifact_id}}-macos-latest-${{needs.build.outputs.artifact_version}}-artifacts path: /tmp/macos - name: Download Windows Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{needs.build.outputs.artifact_id}}-windows-latest-${{needs.build.outputs.artifact_version}}-artifacts path: /tmp/windows