ReviewOS

also looking at this

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-1
Changes to .github/workflows/precompile-php.yml
@@ -753,7 +753,7 @@ jobs:
753753 echo "php_versions_string=$PHP_VERSIONS_STRING" >> $GITHUB_OUTPUT
754754
755755 - name: Download all artifacts
756 uses: actions/download-artifact@v4
756 uses: actions/download-artifact@v5
757757 with:
758758 path: binaries/
759759