From 562fcf6be965522a6bcd14d57e700cee5b143546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:20:20 +0000 Subject: [PATCH] Bump the github_action-dependencies group with 1 update Bumps the github_action-dependencies group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5c4ea97b..7a10b0b3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: - name: Store binary artifacts for later deployoment if: github.event_name != 'pull_request' - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: ${{ matrix.bin_name }}-binary path: '${{ matrix.bin_name }}*' @@ -131,7 +131,7 @@ jobs: - name: Upload documentation artifacts for deployoment if: github.event_name != 'pull_request' && matrix.platform == 'linux/amd64' - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: pihole-api-docs path: 'api-docs.tar.gz'