pantry-pm/pantry
chore(deps): update dependency actions/download-artifact to v5.0.0
#119
Closed
chrisbbreuer
wants to merge
buddy-bot/update-major-update---actions/download-artifact-1755720510492
into
main
1 file
+1
-1
.github/workflows/precompile-php.ymlmodified+1-1Changes to .github/workflows/precompile-php.yml | @@ -1043,7 +1043,7 @@ jobs: |
| 1043 | 1043 | echo "php_versions_string=$PHP_VERSIONS_STRING" >> $GITHUB_OUTPUT |
| 1044 | 1044 | |
| 1045 | 1045 | - name: Download all artifacts |
| 1046 | | - uses: actions/download-artifact@v4 |
| 1046 | + uses: actions/download-artifact@v5.0.0 |
| 1047 | 1047 | with: |
| 1048 | 1048 | path: binaries/ |
| 1049 | 1049 | |