File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 env :
4949 REACT_APP_VERSION : ${{ github.sha }}
5050 - name : Archive production artifacts
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v6
5252 with :
5353 name : build
5454 path : |
6161 steps :
6262 - uses : actions/checkout@v4
6363 - name : Download all workflow run artifacts
64- uses : actions/download-artifact@v4
64+ uses : actions/download-artifact@v8
6565 - uses : FirebaseExtended/action-hosting-deploy@v0
6666 with :
6767 repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
7575 steps :
7676 - uses : actions/checkout@v4
7777 - name : Download all workflow run artifacts
78- uses : actions/download-artifact@v4
78+ uses : actions/download-artifact@v8
7979 - uses : FirebaseExtended/action-hosting-deploy@v0
8080 with :
8181 repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
8989 steps :
9090 - uses : actions/checkout@v4
9191 - name : Download all workflow run artifacts
92- uses : actions/download-artifact@v4
92+ uses : actions/download-artifact@v8
9393 - uses : FirebaseExtended/action-hosting-deploy@v0
9494 with :
9595 repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
You can’t perform that action at this time.
0 commit comments