|
|
@ -130,7 +130,7 @@ jobs:
|
|
|
|
working-directory: src/Ombi
|
|
|
|
working-directory: src/Ombi
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download Angular
|
|
|
|
- name: Download Angular
|
|
|
|
uses: actions/download-artifact@v2
|
|
|
|
uses: actions/download-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: angular_dist
|
|
|
|
name: angular_dist
|
|
|
|
path: ~/src/Ombi/dist
|
|
|
|
path: ~/src/Ombi/dist
|
|
|
@ -170,7 +170,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download Artifacts
|
|
|
|
- name: Download Artifacts
|
|
|
|
id: download
|
|
|
|
id: download
|
|
|
|
uses: actions/download-artifact@v2
|
|
|
|
uses: actions/download-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
path: artifacts
|
|
|
|
path: artifacts
|
|
|
|
|
|
|
|
|
|
|
|