Skip to content

Commit a133053

Browse files
Update GitHub Artifact Actions to v4 (#8128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 645487b commit a133053

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/test-all.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
gzip build.tar
5858
- name: Upload build archive
5959
if: ${{ !cancelled() }}
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: build.tar.gz
6363
path: build.tar.gz
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
npx @puppeteer/browsers install chrome@stable
7676
- name: Download build archive
77-
uses: actions/download-artifact@v3
77+
uses: actions/download-artifact@v4
7878
with:
7979
name: build.tar.gz
8080
- name: Unzip build artifact
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
echo $CHROME_VERSION_NOTES=$CHROME_VERSION_MISMATCH_MESSAGE
127127
- name: Download build archive
128-
uses: actions/download-artifact@v3
128+
uses: actions/download-artifact@v4
129129
with:
130130
name: build.tar.gz
131131
- name: Unzip build artifact
@@ -165,7 +165,7 @@ jobs:
165165
run: |
166166
npx @puppeteer/browsers install chrome@stable
167167
- name: Download build archive
168-
uses: actions/download-artifact@v3
168+
uses: actions/download-artifact@v4
169169
with:
170170
name: build.tar.gz
171171
- name: Unzip build artifact
@@ -209,7 +209,7 @@ jobs:
209209
run: |
210210
npx @puppeteer/browsers install chrome@stable
211211
- name: Download build archive
212-
uses: actions/download-artifact@v3
212+
uses: actions/download-artifact@v4
213213
with:
214214
name: build.tar.gz
215215
- name: Unzip build artifact

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

+6-6
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
@@ -180,7 +180,7 @@ jobs:
180180
with:
181181
node-version: 22.10.0
182182
- name: Download build archive
183-
uses: actions/download-artifact@v3
183+
uses: actions/download-artifact@v4
184184
with:
185185
name: build.tar.gz
186186
- name: Unzip build artifact
@@ -204,7 +204,7 @@ jobs:
204204
- name: install Firefox stable
205205
run: npx @puppeteer/browsers install firefox@stable
206206
- name: Download build archive
207-
uses: actions/download-artifact@v3
207+
uses: actions/download-artifact@v4
208208
with:
209209
name: build.tar.gz
210210
- name: Unzip build artifact

0 commit comments

Comments
 (0)