From a58c735d2c7c7a6d571e986442fee427778ab201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:08:41 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the /.github/workflows directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action), [actions/download-artifact](https://github.com/actions/download-artifact) and [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `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) Updates `lycheeverse/lychee-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.7.0...v2.8.0) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) Updates `dawidd6/action-download-artifact` from 14 to 16 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v14...v16) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: lycheeverse/lychee-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: dawidd6/action-download-artifact dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yaml | 2 +- .github/workflows/docs.yaml | 6 +++--- .github/workflows/e2e-tests.yaml | 4 ++-- .github/workflows/release.yaml | 6 +++--- .github/workflows/requirement-checker.yaml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 4f49f84c..07cc2672 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -43,7 +43,7 @@ jobs: - name: Run PHPBench run: make phpbench_main - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 name: Upload the Benchmark results with: name: bench-main-result diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 5c47464c..b3f8d871 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -44,7 +44,7 @@ jobs: restore-keys: cache-lychee- - name: Run Lychee - uses: lycheeverse/lychee-action@v2.7.0 + uses: lycheeverse/lychee-action@v2.8.0 with: # To keep in sync with Makefile#lychee args: "--no-progress '*.md' 'doc/**/*.md' --cache --max-cache-age 1d ." @@ -74,7 +74,7 @@ jobs: - name: Rebuild website run: make _website_build - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 name: Upload the docs artifact with: name: docs-website @@ -109,7 +109,7 @@ jobs: needs: - build steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: docs-website path: dist/website diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index bb6523a7..cc5526c2 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -104,7 +104,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v14 + uses: dawidd6/action-download-artifact@v16 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml @@ -159,7 +159,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v14 + uses: dawidd6/action-download-artifact@v16 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 13646d0a..cf200682 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -72,7 +72,7 @@ jobs: --output bin/box.phar.asc \ bin/box.phar - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 name: Upload the PHAR artifact with: name: box-phar @@ -89,7 +89,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: box-phar path: . @@ -134,7 +134,7 @@ jobs: with: php-version: '8.2' - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: box-phar path: . diff --git a/.github/workflows/requirement-checker.yaml b/.github/workflows/requirement-checker.yaml index 8c8099df..ce9cccb2 100644 --- a/.github/workflows/requirement-checker.yaml +++ b/.github/workflows/requirement-checker.yaml @@ -230,7 +230,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v14 + uses: dawidd6/action-download-artifact@v16 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml