We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3625273 commit 07a8266Copy full SHA for 07a8266
.github/workflows/build_and_publish.yml
@@ -179,7 +179,7 @@ jobs:
179
- run: npm install
180
181
- name: Download Angular Output from build
182
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
183
with:
184
name: angular-dist
185
path: dist
@@ -229,7 +229,7 @@ jobs:
229
230
231
232
233
234
235
0 commit comments