Skip to content

Commit 0e2bb2f

Browse files
Update github-actions
1 parent 31a924b commit 0e2bb2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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@v6"
182182
with:
183183
name: "result-cache-${{ matrix.php-version }}"
184184
path: "tmp/"
@@ -241,7 +241,7 @@ jobs:
241241
- name: "PHPStan"
242242
run: "make phpstan"
243243

244-
- uses: "actions/upload-artifact@v4"
244+
- uses: "actions/upload-artifact@v5"
245245
with:
246246
# "update-packages" is not relevant for the download-artifact counterpart, but we need it here to get unique artifact names across all jobs
247247
name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-packages-updated' || '' }}"

.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)