mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-03-15 15:00:05 +00:00
chore(deps): update actions/download-artifact action to v4 (#12)
This commit is contained in:
2
.github/workflows/test-and-build.yml
vendored
2
.github/workflows/test-and-build.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
- "build-phar"
|
- "build-phar"
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: branch-usage-checker
|
name: branch-usage-checker
|
||||||
path: builds/
|
path: builds/
|
||||||
|
|||||||
Reference in New Issue
Block a user