From 7b0db113369533c446edfa7544776a35c62d4ed2 Mon Sep 17 00:00:00 2001 From: TidusJar Date: Sat, 23 Nov 2024 22:56:20 +0000 Subject: [PATCH] fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3a1768d3..ecdebf3f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | @@ -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: |