File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 - name : Build documentation
3737 run : .github/docs/build-docs.sh
3838 - name : Fetch built PHAR from artifacts
39- uses : actions/download-artifact@v4
39+ uses : actions/download-artifact@v5
4040 with :
4141 name : pie-${{ github.sha }}.phar
4242 - name : Verify the PHAR
Original file line number Diff line number Diff line change 2626 contents : write
2727 steps :
2828 - name : Fetch built PHAR from artifacts
29- uses : actions/download-artifact@v4
29+ uses : actions/download-artifact@v5
3030 with :
3131 name : pie-${{ github.sha }}.phar
3232 - name : Verify the PHAR
5858 uses : actions/checkout@v5
5959
6060 - name : Fetch built PHAR from artifacts
61- uses : actions/download-artifact@v4
61+ uses : actions/download-artifact@v5
6262 with :
6363 name : pie-${{ github.sha }}.phar
6464
You can’t perform that action at this time.
0 commit comments