pantry-pm/pantry
chore(deps): update actions/download-artifact action to v5 - autoclosed
#45
Closed
renovate[bot]
wants to merge
renovate/major-github-artifact-actions
into
main
1 file
+1
-1
.github/workflows/precompile-php.ymlmodified+1-1Changes to .github/workflows/precompile-php.yml | @@ -753,7 +753,7 @@ jobs: |
| 753 | 753 | echo "php_versions_string=$PHP_VERSIONS_STRING" >> $GITHUB_OUTPUT |
| 754 | 754 | |
| 755 | 755 | - name: Download all artifacts |
| 756 | | - uses: actions/download-artifact@v4 |
| 756 | + uses: actions/download-artifact@v5 |
| 757 | 757 | with: |
| 758 | 758 | path: binaries/ |
| 759 | 759 | |