Skip to content

Commit b95248c

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15c36cc commit b95248c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/test-all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.7
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.1.7
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.1.7
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.1.7
213213
with:
214214
name: build.tar.gz
215215
- name: Unzip build artifact

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.7
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.1.7
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.1.7
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.1.7
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.1.7
218218
with:
219219
name: build.tar.gz
220220
- name: Unzip build artifact

0 commit comments

Comments
 (0)