From a2e51a933b372419ece5d364ff2ed79c5f54c7f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 18:08:29 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a48717..b3c98c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: npx nx run-many --target version --args="--version=${{ inputs.version }}" - name: Upload Builds - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Build path: dist