From c55e0f3bcf5f47814d463cdfe3459a0b47b6f718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:48:11 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact 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 aeefcef..acb93e8 100644 --- a/.github/workflows/docker-build-static.yml +++ b/.github/workflows/docker-build-static.yml @@ -110,7 +110,7 @@ jobs: - name: Check build path run: ls -al app/ - name: Upload ui artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ui path: app/ @@ -149,17 +149,17 @@ jobs: - name: Check path run: ls -al target/release - name: Upload ${{ matrix.target}} lldap artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.target}}-lldap-bin path: target/${{ matrix.target }}/release/lldap - name: Upload ${{ matrix.target }} migration tool artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 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@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.target }}-lldap_set_password-bin path: target/${{ matrix.target }}/release/lldap_set_password