We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b118ac commit 2a2bfedCopy full SHA for 2a2bfed
.github/workflows/build.yml
@@ -178,7 +178,7 @@ jobs:
178
- name: "Install dependencies"
179
run: "composer install --no-interaction --no-progress"
180
181
- - uses: "actions/download-artifact@v4"
+ - uses: "actions/download-artifact@v5"
182
with:
183
name: "result-cache-${{ matrix.php-version }}"
184
path: "tmp/"
.github/workflows/test-projects.yml
@@ -21,7 +21,7 @@ jobs:
21
- "packagist/private-packagist"
22
23
steps:
24
- - uses: peter-evans/repository-dispatch@v3
+ - uses: peter-evans/repository-dispatch@v4
25
26
token: ${{ secrets.REPO_ACCESS_TOKEN }}
27
repository: "${{ matrix.repository }}"
0 commit comments