Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading