From 7d1593e26637662c3b494f76b02f8c7eb78384ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:23:15 +0000 Subject: [PATCH] build(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/docker-build-static.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build-static.yml b/.github/workflows/docker-build-static.yml index c576b45..29a40a4 100644 --- a/.github/workflows/docker-build-static.yml +++ b/.github/workflows/docker-build-static.yml @@ -114,7 +114,7 @@ jobs: - name: Check build path run: ls -al app/ - name: Upload ui artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ui path: app/ @@ -159,17 +159,17 @@ jobs: - name: Check path run: ls -al target/release - name: Upload ${{ matrix.target}} lldap artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.target}}-lldap-bin path: target/${{ matrix.target }}/release/lldap - name: Upload ${{ matrix.target }} migration tool artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.target }}-lldap_migration_tool-bin path: target/${{ matrix.target }}/release/lldap_migration_tool - name: Upload ${{ matrix.target }} password tool artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.target }}-lldap_set_password-bin path: target/${{ matrix.target }}/release/lldap_set_password