Skip to content

Commit 07a8266

Browse files
committed
upgrade action/download-artifact
1 parent 3625273 commit 07a8266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- run: npm install
180180

181181
- name: Download Angular Output from build
182-
uses: actions/download-artifact@v2
182+
uses: actions/download-artifact@v4
183183
with:
184184
name: angular-dist
185185
path: dist
@@ -229,7 +229,7 @@ jobs:
229229
- run: npm install
230230

231231
- name: Download Angular Output from build
232-
uses: actions/download-artifact@v2
232+
uses: actions/download-artifact@v4
233233
with:
234234
name: angular-dist
235235
path: dist

0 commit comments

Comments
 (0)