Skip to content

Commit e9f2e10

Browse files
Update GitHub Artifact Actions to v4
1 parent b64b947 commit e9f2e10

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/test-all.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
gzip build.tar
6060
- name: Upload build archive
6161
if: ${{ !cancelled() }}
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: build.tar.gz
6565
path: build.tar.gz
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
npx @puppeteer/browsers install chrome@stable
7878
- name: Download build archive
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: build.tar.gz
8282
- name: Unzip build artifact
@@ -127,7 +127,7 @@ jobs:
127127
run: |
128128
echo $CHROME_VERSION_NOTES=$CHROME_VERSION_MISMATCH_MESSAGE
129129
- name: Download build archive
130-
uses: actions/download-artifact@v3
130+
uses: actions/download-artifact@v4
131131
with:
132132
name: build.tar.gz
133133
- name: Unzip build artifact
@@ -167,7 +167,7 @@ jobs:
167167
run: |
168168
npx @puppeteer/browsers install chrome@stable
169169
- name: Download build archive
170-
uses: actions/download-artifact@v3
170+
uses: actions/download-artifact@v4
171171
with:
172172
name: build.tar.gz
173173
- name: Unzip build artifact
@@ -211,7 +211,7 @@ jobs:
211211
run: |
212212
npx @puppeteer/browsers install chrome@stable
213213
- name: Download build archive
214-
uses: actions/download-artifact@v3
214+
uses: actions/download-artifact@v4
215215
with:
216216
name: build.tar.gz
217217
- name: Unzip build artifact

.github/workflows/test-changed-firestore.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
gzip build.tar
7373
- name: Upload build archive
7474
if: ${{ !cancelled() && steps.build.outcome == 'success' && steps.check-changed.outcome != 'success' }}
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: build.tar.gz
7878
path: build.tar.gz
@@ -93,7 +93,7 @@ jobs:
9393
sudo apt-get update
9494
sudo apt-get install google-chrome-stable
9595
- name: Download build archive
96-
uses: actions/download-artifact@v3
96+
uses: actions/download-artifact@v4
9797
with:
9898
name: build.tar.gz
9999
- name: Unzip build artifact
@@ -121,7 +121,7 @@ jobs:
121121
sudo apt-get update
122122
sudo apt-get install google-chrome-stable
123123
- name: Download build archive
124-
uses: actions/download-artifact@v3
124+
uses: actions/download-artifact@v4
125125
with:
126126
name: build.tar.gz
127127
- name: Unzip build artifact
@@ -151,7 +151,7 @@ jobs:
151151
sudo apt-get update
152152
sudo apt-get install google-chrome-stable
153153
- name: Download build archive
154-
uses: actions/download-artifact@v3
154+
uses: actions/download-artifact@v4
155155
with:
156156
name: build.tar.gz
157157
- name: Unzip build artifact
@@ -185,7 +185,7 @@ jobs:
185185
with:
186186
node-version: 20.x
187187
- name: Download build archive
188-
uses: actions/download-artifact@v3
188+
uses: actions/download-artifact@v4
189189
with:
190190
name: build.tar.gz
191191
- name: Unzip build artifact
@@ -214,7 +214,7 @@ jobs:
214214
sudo apt-get update
215215
sudo apt-get install firefox
216216
- name: Download build archive
217-
uses: actions/download-artifact@v3
217+
uses: actions/download-artifact@v4
218218
with:
219219
name: build.tar.gz
220220
- name: Unzip build artifact

0 commit comments

Comments
 (0)