File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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@v5
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@v5
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@v5
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