File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141
4242 # Upload compiled PHAR as artifact
4343 - name : Upload artifact
44- uses : actions/upload-artifact@v5
44+ uses : actions/upload-artifact@v6
4545 with :
4646 name : phar
4747 path : |
6666
6767 # Download PHAR
6868 - name : Download artifact
69- uses : actions/download-artifact@v6
69+ uses : actions/download-artifact@v7
7070 with :
7171 name : phar
7272 path : .build
Original file line number Diff line number Diff line change 7070 working-directory : .build/coverage
7171 run : sed -i 's#/home/runner/work/frontend-asset-handler/frontend-asset-handler#${{ github.workspace }}#g' clover.xml
7272 - name : Upload coverage artifact
73- uses : actions/upload-artifact@v5
73+ uses : actions/upload-artifact@v6
7474 with :
7575 name : coverage
7676 path : .build/coverage/clover.xml
8888 # Download artifact
8989 - name : Download coverage artifact
9090 id : download
91- uses : actions/download-artifact@v6
91+ uses : actions/download-artifact@v7
9292 with :
9393 name : coverage
9494
You can’t perform that action at this time.
0 commit comments