fix: action version
All checks were successful
Self Test / test (push) Successful in 13s

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-03 14:35:34 +01:00
parent 4b7b0f9764
commit 7a14faf1d6
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ jobs:
php-version: ${{ inputs.php_version }}
- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifact_name }}

View file

@ -57,7 +57,7 @@ jobs:
php-version: ${{ inputs.php_version }}
- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifact_name }}