Skip to content

Commit

Permalink
Merge branch 'develop' into snyk-upgrade-39b36ca856af5a1cacb926df04a6…
Browse files Browse the repository at this point in the history
…7dc1
  • Loading branch information
tidusjar authored Jan 5, 2025
2 parents 972cc9a + 72af4f7 commit 913d01f
Show file tree
Hide file tree
Showing 60 changed files with 3,645 additions and 1,935 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: yarn --cwd ./src/Ombi/ClientApp run build

- name: Publish UI Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: angular_dist
path: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
working-directory: src/Ombi

- name: Download Angular
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: angular_dist
path: ~/src/Ombi/dist
Expand All @@ -156,7 +156,7 @@ jobs:
directory: 'src/Ombi/${{ matrix.os }}'

- name: Publish Release
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: |
Expand All @@ -170,7 +170,7 @@ jobs:

- name: Download Artifacts
id: download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
Loading

0 comments on commit 913d01f

Please sign in to comment.