File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 env :
5151 REACT_APP_VERSION : ${{ github.sha }}
5252 - name : Archive production artifacts
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v6
5454 with :
5555 name : build
5656 path : |
6262 steps :
6363 - uses : actions/checkout@v4
6464 - name : Download all workflow run artifacts
65- uses : actions/download-artifact@v4
65+ uses : actions/download-artifact@v7
6666 - name : Copy favicon
6767 run : cp build/bel-d.ico build/favicon.ico
6868 - uses : FirebaseExtended/action-hosting-deploy@v0
7878 steps :
7979 - uses : actions/checkout@v4
8080 - name : Download all workflow run artifacts
81- uses : actions/download-artifact@v4
81+ uses : actions/download-artifact@v7
8282 - name : Copy favicon
8383 run : cp build/bel-s.ico build/favicon.ico
8484 - uses : FirebaseExtended/action-hosting-deploy@v0
9494 steps :
9595 - uses : actions/checkout@v4
9696 - name : Download all workflow run artifacts
97- uses : actions/download-artifact@v4
97+ uses : actions/download-artifact@v7
9898 - name : Copy favicon
9999 run : cp build/bel-p.ico build/favicon.ico
100100 - uses : FirebaseExtended/action-hosting-deploy@v0
You can’t perform that action at this time.
0 commit comments