From 4290f24d64f6416551f3762d2ff91823a4ac43b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:44:58 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/deploy-website.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b68e01..ed2ee24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -366,7 +366,7 @@ jobs: run: tooling/.venv/bin/rerp docker copy-artifacts ${{ matrix.architecture }} --suite accounting - name: Upload binaries - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: rerp-binaries-${{ matrix.architecture }} path: microservices/target/*/release/rerp_* @@ -374,7 +374,7 @@ jobs: if-no-files-found: warn - name: Upload microservices binaries - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: microservices-binaries-${{ matrix.architecture == 'arm7' && 'arm' || matrix.architecture }} path: build_artifacts/${{ matrix.architecture == 'arm7' && 'arm' || matrix.architecture }} @@ -560,7 +560,7 @@ jobs: fi - name: Upload build_artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-artifacts path: build_artifacts diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index a9807e3..d36d5a2 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -76,7 +76,7 @@ jobs: run: yarn build - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: website-dist path: ui/website/dist