Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/download-artifact from 4.1.5 to 4.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.5...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Apr 23, 2024
1 parent 052322d commit ba2609f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-phar-tests.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
coverage: none

- name: Download build artifacts
uses: actions/download-artifact@v4.1.5
uses: actions/download-artifact@v4.1.6
with:
name: binaries
path: build

0 comments on commit ba2609f

Please sign in to comment.