From 1e2b26f0cfd5a252cf36fb387733afc41a3427d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:58:19 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/php80.yml | 2 +- .github/workflows/php81.yml | 2 +- .github/workflows/php82.yml | 2 +- .github/workflows/php83.yml | 2 +- .github/workflows/phpmaster.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/php80.yml b/.github/workflows/php80.yml index 985f758..7abb138 100644 --- a/.github/workflows/php80.yml +++ b/.github/workflows/php80.yml @@ -108,7 +108,7 @@ jobs: run: mkdir builds - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: builds diff --git a/.github/workflows/php81.yml b/.github/workflows/php81.yml index bafe170..c5f28ed 100644 --- a/.github/workflows/php81.yml +++ b/.github/workflows/php81.yml @@ -116,7 +116,7 @@ jobs: run: mkdir builds - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: builds diff --git a/.github/workflows/php82.yml b/.github/workflows/php82.yml index 6063f20..640cd32 100644 --- a/.github/workflows/php82.yml +++ b/.github/workflows/php82.yml @@ -116,7 +116,7 @@ jobs: run: mkdir builds - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: builds diff --git a/.github/workflows/php83.yml b/.github/workflows/php83.yml index 915ca0b..70d7870 100644 --- a/.github/workflows/php83.yml +++ b/.github/workflows/php83.yml @@ -122,7 +122,7 @@ jobs: run: mkdir builds - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: builds diff --git a/.github/workflows/phpmaster.yml b/.github/workflows/phpmaster.yml index fa58276..a02f396 100644 --- a/.github/workflows/phpmaster.yml +++ b/.github/workflows/phpmaster.yml @@ -119,7 +119,7 @@ jobs: run: mkdir builds - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: builds