diff --git a/.github/workflows/lint-test-build-web.yml b/.github/workflows/lint-test-build-web.yml index 4c1f96f50..51b49393a 100644 --- a/.github/workflows/lint-test-build-web.yml +++ b/.github/workflows/lint-test-build-web.yml @@ -68,7 +68,7 @@ jobs: run: npm run build - name: Upload build to Github artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: unraid-web path: web/.nuxt/nuxt-custom-elements/dist/unraid-components diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ea75c20ed..6d2063f66 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -170,7 +170,7 @@ jobs: echo "::set-output name=API_SHA256::${API_SHA256}" - name: Upload tgz to Github artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: unraid-api path: ${{ github.workspace }}/api/deploy/release/*.tgz @@ -210,7 +210,7 @@ jobs: run: npm run build - name: Upload build to Github artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: unraid-web path: web/.nuxt/nuxt-custom-elements/dist/unraid-components @@ -242,7 +242,7 @@ jobs: bash ./pkg_build.sh s bash ./pkg_build.sh p - name: Upload binary txz and plg to Github artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: connect-files path: | diff --git a/.github/workflows/pull-request-web.yml b/.github/workflows/pull-request-web.yml index 9be998133..7fde8410a 100644 --- a/.github/workflows/pull-request-web.yml +++ b/.github/workflows/pull-request-web.yml @@ -76,7 +76,7 @@ jobs: run: npm run build - name: Upload build to Github artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: unraid-web path: web/.nuxt/nuxt-custom-elements/dist/unraid-components diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9b7c28a3e..9cb4586bc 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -127,7 +127,7 @@ jobs: echo "::set-output name=API_SHA256::${API_SHA256}" - name: Upload tgz to Github artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: unraid-api path: ${{ github.workspace }}/api/deploy/release/*.tgz @@ -173,7 +173,7 @@ jobs: # escapedNotes=$(sed -e 's/[&\\/]/\\&/g; s/$/\\/' -e '$s/\\$//' <<<"${RELEASE_NOTES}") # sed -i -z -E "s/(.*)<\/CHANGES>/\n${escapedNotes}\n<\/CHANGES>/g" "plugins/dynamix.unraid.net.staging.plg" - name: Upload binary txz and plg to Github artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: connect-files path: |