From f6878d060fc6957c20d219a2e9e6ad6f2914c17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:31:57 +0100 Subject: [PATCH] build(deps): bump the dependencies group in /.github/workflows with 3 updates (#1291) build(deps): bump the dependencies group Bumps the dependencies group in /.github/workflows with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [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 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) Updates `dawidd6/action-download-artifact` from 2 to 3 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/benchmark.yaml | 2 +- .github/workflows/docs.yaml | 4 ++-- .github/workflows/e2e-tests.yaml | 4 ++-- .github/workflows/release.yaml | 6 +++--- .github/workflows/requirement-checker.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index c7c909d7d..a628666d2 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -48,7 +48,7 @@ jobs: - name: Run PHPBench run: make phpbench_main - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload the Benchmark results with: name: bench-main-result diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8a108485c..7ac28ee82 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -74,7 +74,7 @@ jobs: - name: Rebuild website run: make _website_build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload the docs artifact with: name: docs-website @@ -107,7 +107,7 @@ jobs: contents: write if: github.ref == 'refs/heads/main' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: docs-website path: dist/website diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 616a8e982..91960e5b8 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -95,7 +95,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml @@ -150,7 +150,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 24f0d87cc..08eacdc9a 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@v3 + - uses: actions/upload-artifact@v4 name: Upload the PHAR artifact with: name: box-phar @@ -89,7 +89,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: box-phar path: . @@ -134,7 +134,7 @@ jobs: with: php-version: '8.2' - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: box-phar path: . diff --git a/.github/workflows/requirement-checker.yaml b/.github/workflows/requirement-checker.yaml index 6c18066b9..29fdc0eb7 100644 --- a/.github/workflows/requirement-checker.yaml +++ b/.github/workflows/requirement-checker.yaml @@ -227,7 +227,7 @@ jobs: # in a different workflow. # See https://github.com/actions/download-artifact/issues/172 - name: Retrieve built PHAR - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: release.yaml