File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 name : Azure Static Web App
1919 url : ${{ steps.azure-deploy.outputs.static_web_app_url }}
2020 steps :
21- - uses : actions/download-artifact@v3
21+ - uses : actions/download-artifact@v4
2222 with :
2323 name : ${{ inputs.artifact-name }}
2424 - uses : Azure/static-web-apps-deploy@v1
Original file line number Diff line number Diff line change 4040 username : ${{ inputs.dockerhub-username }}
4141 password : ${{ secrets.DOCKERHUB_TOKEN }}
4242 - uses : actions/checkout@v3
43- - uses : actions/download-artifact@v3
43+ - uses : actions/download-artifact@v4
4444 with :
4545 name : ${{ inputs.artifact-name }}
4646 path : dist/${{ github.event.repository.name }}
6666 username : ${{ github.repository_owner }}
6767 password : ${{ secrets.GITHUB_TOKEN }}
6868 - uses : actions/checkout@v3
69- - uses : actions/download-artifact@v3
69+ - uses : actions/download-artifact@v4
7070 with :
7171 name : ${{ inputs.artifact-name }}
7272 path : dist/${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 2424 url : ${{ steps.deployment.outputs.page_url }}
2525
2626 steps :
27- - uses : actions/download-artifact@v3
27+ - uses : actions/download-artifact@v4
2828 with :
2929 name : ${{ inputs.artifact-name }}
3030 - uses : actions/configure-pages@v2
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/download-artifact@v3
18+ - uses : actions/download-artifact@v4
1919 with :
2020 name : ${{ inputs.artifact-name }}
2121 - uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments