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 18
18
name : Azure Static Web App
19
19
url : ${{ steps.azure-deploy.outputs.static_web_app_url }}
20
20
steps :
21
- - uses : actions/download-artifact@v3
21
+ - uses : actions/download-artifact@v4
22
22
with :
23
23
name : ${{ inputs.artifact-name }}
24
24
- uses : Azure/static-web-apps-deploy@v1
Original file line number Diff line number Diff line change 40
40
username : ${{ inputs.dockerhub-username }}
41
41
password : ${{ secrets.DOCKERHUB_TOKEN }}
42
42
- uses : actions/checkout@v3
43
- - uses : actions/download-artifact@v3
43
+ - uses : actions/download-artifact@v4
44
44
with :
45
45
name : ${{ inputs.artifact-name }}
46
46
path : dist/${{ github.event.repository.name }}
66
66
username : ${{ github.repository_owner }}
67
67
password : ${{ secrets.GITHUB_TOKEN }}
68
68
- uses : actions/checkout@v3
69
- - uses : actions/download-artifact@v3
69
+ - uses : actions/download-artifact@v4
70
70
with :
71
71
name : ${{ inputs.artifact-name }}
72
72
path : dist/${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 24
24
url : ${{ steps.deployment.outputs.page_url }}
25
25
26
26
steps :
27
- - uses : actions/download-artifact@v3
27
+ - uses : actions/download-artifact@v4
28
28
with :
29
29
name : ${{ inputs.artifact-name }}
30
30
- uses : actions/configure-pages@v2
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/download-artifact@v3
18
+ - uses : actions/download-artifact@v4
19
19
with :
20
20
name : ${{ inputs.artifact-name }}
21
21
- uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments