File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 uses : actions/checkout@v6
4646
4747 - name : Fetch built PHAR from artifacts
48- uses : actions/download-artifact@v6
48+ uses : actions/download-artifact@v7
4949 with :
5050 name : pie-${{ github.sha }}.phar
5151
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
125125
126126 - name : Grab the pie.phar from artifacts
127- uses : actions/download-artifact@v5
127+ uses : actions/download-artifact@v7
128128 with :
129129 name : pie-${{ github.sha }}.phar
130130
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 - name : Build documentation
3838 run : .github/docs/build-docs.sh
3939 - name : Fetch built PHAR from artifacts
40- uses : actions/download-artifact@v6
40+ uses : actions/download-artifact@v7
4141 with :
4242 name : pie-${{ github.sha }}.phar
4343 - name : Fetch the executable PIEs from artifacts
44- uses : actions/download-artifact@v5
44+ uses : actions/download-artifact@v7
4545 with :
4646 path : executable-pie-binaries
4747 pattern : pie-${{ github.sha }}-*.bin
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
4949 steps :
5050 - uses : actions/checkout@v6
5151 - name : Fetch built PHAR from artifacts
52- uses : actions/download-artifact@v6
52+ uses : actions/download-artifact@v7
5353 with :
5454 name : pie-${{ github.sha }}.phar
5555 - name : Fetch the executable PIEs from artifacts
56- uses : actions/download-artifact@v5
56+ uses : actions/download-artifact@v7
5757 with :
5858 path : executable-pie-binaries
5959 pattern : pie-${{ github.sha }}-*.bin
You can’t perform that action at this time.
0 commit comments