From 0a834bc5f54ebf41b707616b94551a43bca6730a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 14:02:49 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 (#1828) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e8afb4bc..4cefaaaa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Build run: yarn run build - name: Upload workspace - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: workspace path: . @@ -58,7 +58,7 @@ jobs: token: ${{ secrets.QLTY_COVERAGE_TOKEN }} files: coverage/lcov.info - name: Store junit results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: junit path: coverage/junit @@ -85,7 +85,7 @@ jobs: run: yarn run test:mashup - name: Store mashup artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: mashup path: ./test/mashup @@ -95,7 +95,7 @@ jobs: run: yarn run test:rendering - name: Store rendering artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rendering path: ./test/rendering @@ -125,13 +125,13 @@ jobs: run: .github/scripts/nebula_create.sh generated/hello-mashup none true true true false - name: Store barchart screenshots if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: barchart-screenshots path: generated/barchart/screenshots - name: Store mashup artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: mashup-artifacts path: test/mashup/__artifacts__