Skip to content

Commit 2a2bfed

Browse files
Update github-actions
1 parent 9b118ac commit 2a2bfed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- name: "Install dependencies"
179179
run: "composer install --no-interaction --no-progress"
180180

181-
- uses: "actions/download-artifact@v4"
181+
- uses: "actions/download-artifact@v5"
182182
with:
183183
name: "result-cache-${{ matrix.php-version }}"
184184
path: "tmp/"

.github/workflows/test-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- "packagist/private-packagist"
2222

2323
steps:
24-
- uses: peter-evans/repository-dispatch@v3
24+
- uses: peter-evans/repository-dispatch@v4
2525
with:
2626
token: ${{ secrets.REPO_ACCESS_TOKEN }}
2727
repository: "${{ matrix.repository }}"

0 commit comments

Comments
 (0)