From 7ddfc6d28564fd860d7e5ba60b0f3791852f1693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:42:58 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.2 to 4.1.4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...v4.1.4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run-phar-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-phar-tests.yml b/.github/workflows/run-phar-tests.yml index c63cd05f..74dc6cc3 100644 --- a/.github/workflows/run-phar-tests.yml +++ b/.github/workflows/run-phar-tests.yml @@ -30,7 +30,7 @@ jobs: coverage: none - name: Download build artifacts - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: name: binaries path: build