From dc54db32007a0f52e3de297e56f4afb4616277b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 23:53:13 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/src-cd.yml | 4 ++-- .github/workflows/src-ci.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/src-cd.yml b/.github/workflows/src-cd.yml index cdf16a65..661186df 100644 --- a/.github/workflows/src-cd.yml +++ b/.github/workflows/src-cd.yml @@ -64,7 +64,7 @@ jobs: run: npm ci - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Build path: ${{ env.CWD }}/dist @@ -76,7 +76,7 @@ jobs: package-json: ${{ env.CWD }}/dist/packages/generate-license-file/package.json - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Build path: ${{ env.CWD }}/dist diff --git a/.github/workflows/src-ci.yml b/.github/workflows/src-ci.yml index 1f053400..c9c53872 100644 --- a/.github/workflows/src-ci.yml +++ b/.github/workflows/src-ci.yml @@ -81,7 +81,7 @@ jobs: run: npx nx run-many --target version --args="--version=${{ inputs.version }}" - name: Upload Build - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Build path: ${{ env.CWD }}/dist @@ -161,7 +161,7 @@ jobs: run: npm ci - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Build path: ${{ env.CWD }}/dist @@ -205,7 +205,7 @@ jobs: run: npm ci - name: Download Build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Build path: ${{ env.CWD }}/dist