diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 002b76d0299..d98dd0b8fcb 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -74,7 +74,7 @@ jobs: run: | npx @puppeteer/browsers install chrome@stable - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact @@ -125,7 +125,7 @@ jobs: run: | echo $CHROME_VERSION_NOTES=$CHROME_VERSION_MISMATCH_MESSAGE - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact @@ -165,7 +165,7 @@ jobs: run: | npx @puppeteer/browsers install chrome@stable - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact @@ -209,7 +209,7 @@ jobs: run: | npx @puppeteer/browsers install chrome@stable - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact diff --git a/.github/workflows/test-changed-firestore.yml b/.github/workflows/test-changed-firestore.yml index e148d164909..d954f1e2795 100644 --- a/.github/workflows/test-changed-firestore.yml +++ b/.github/workflows/test-changed-firestore.yml @@ -93,7 +93,7 @@ jobs: sudo apt-get update sudo apt-get install google-chrome-stable - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact @@ -121,7 +121,7 @@ jobs: sudo apt-get update sudo apt-get install google-chrome-stable - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact @@ -151,7 +151,7 @@ jobs: sudo apt-get update sudo apt-get install google-chrome-stable - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact @@ -185,7 +185,7 @@ jobs: with: node-version: 20.x - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact @@ -214,7 +214,7 @@ jobs: sudo apt-get update sudo apt-get install firefox - name: Download build archive - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build.tar.gz - name: Unzip build artifact