From 82f7986a89d068f5b9506d577179b710cddfe6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:24:06 +0000 Subject: [PATCH] Bump the github_action-dependencies group with 2 updates Bumps the github_action-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.0.0...v4.1.0) Updates `actions/download-artifact` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b93df030..9e00fe27 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.0.0 + uses: actions/upload-artifact@v4.1.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.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: pihole-api-docs path: 'api-docs.tar.gz' @@ -146,7 +146,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Get Binaries and documentation built in previous jobs - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 id: download with: path: ftl_builds/