Skip to content

Commit df7a7f1

Browse files
Bump actions/download-artifact from 4.1.9 to 4.3.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85057ce commit df7a7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-phar-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
coverage: none
3131

3232
- name: Download build artifacts
33-
uses: actions/download-artifact@v4.1.9
33+
uses: actions/download-artifact@v4.3.0
3434
with:
3535
name: binaries
3636
path: build

0 commit comments

Comments
 (0)