diff --git a/.github/workflows/cypress_test.yml b/.github/workflows/cypress_test.yml index c8472eb2..3c165198 100644 --- a/.github/workflows/cypress_test.yml +++ b/.github/workflows/cypress_test.yml @@ -28,7 +28,7 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - name: Download Test Build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: test_build path: test_build/ diff --git a/.github/workflows/ember_test.yml b/.github/workflows/ember_test.yml index 2c0f807a..c8445650 100644 --- a/.github/workflows/ember_test.yml +++ b/.github/workflows/ember_test.yml @@ -26,7 +26,7 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - name: Download Test Build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: test_build path: test_build/