From b4799e1255ecb53da7994f43ef8f295e7c6366f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:03:58 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/download-artifact` from 6 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v8) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e6b2af0..af40af3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -382,7 +382,7 @@ jobs: rm -f PHP-8.4-Linux-x86_64-PM5.tar.gz - name: Download quiche build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: quiche-build path: quiche-build-download @@ -394,13 +394,13 @@ jobs: cp quiche-build-download/quiche/include/quiche.h quiche-build/quiche/include/quiche.h - name: Download PocketMine-MP.phar - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: PocketMine-MP path: . - name: Download NGEssentials.phar - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: NGEssentials github-token: ${{ secrets.GITHUB_TOKEN }} @@ -417,7 +417,7 @@ jobs: password: ${{ secrets.docker_password }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile @@ -448,7 +448,7 @@ jobs: path: assets - name: Download ${{ matrix.phar }} - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ matrix.artifact }} github-token: ${{ secrets.GITHUB_TOKEN }} @@ -465,7 +465,7 @@ jobs: password: ${{ secrets.docker_password }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./${{ matrix.plugin }}/Dockerfile @@ -492,7 +492,7 @@ jobs: path: assets - name: Download xUHC.phar - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: xUHC github-token: ${{ secrets.GITHUB_TOKEN }} @@ -500,7 +500,7 @@ jobs: path: . - name: Download VanillaGenerator.phar - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: VanillaGenerator path: . @@ -515,7 +515,7 @@ jobs: password: ${{ secrets.docker_password }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . file: ./UHC/Dockerfile