3333 steps :
3434 # Get PR id from artifact
3535 - name : download pr artifact
36- uses : dawidd6/action-download-artifact@v9
36+ uses : dawidd6/action-download-artifact@v21
3737 with :
3838 workflow : ${{ github.event.workflow_run.workflow_id }}
3939 run_id : ${{ github.event.workflow_run.id }}
4545
4646 # Get PR ref from artifact
4747 - name : download pr artifact
48- uses : dawidd6/action-download-artifact@v9
48+ uses : dawidd6/action-download-artifact@v21
4949 with :
5050 workflow : ${{ github.event.workflow_run.workflow_id }}
5151 run_id : ${{ github.event.workflow_run.id }}
5757
5858 # Get PR repo from artifact
5959 - name : download pr artifact
60- uses : dawidd6/action-download-artifact@v9
60+ uses : dawidd6/action-download-artifact@v21
6161 with :
6262 workflow : ${{ github.event.workflow_run.workflow_id }}
6363 run_id : ${{ github.event.workflow_run.id }}
6969
7070 # Get PR state from artifact
7171 - name : download pr state artifact
72- uses : dawidd6/action-download-artifact@v9
72+ uses : dawidd6/action-download-artifact@v21
7373 with :
7474 workflow : ${{ github.event.workflow_run.workflow_id }}
7575 run_id : ${{ github.event.workflow_run.id }}
8787 steps :
8888 # ================= Create Comment =================
8989 - name : 🧽 Find And Delete Comment
90- uses : peter-evans/find-comment@v2
90+ uses : peter-evans/find-comment@v4
9191 if : ${{ needs.setup.outputs.id != '' }}
9292 id : fc
9393 with :
9696 body-includes : View Deployment
9797
9898 - name : 📝 Create or update comment
99- uses : peter-evans/create-or-update-comment@v3
99+ uses : peter-evans/create-or-update-comment@v5
100100 if : ${{ needs.setup.outputs.id != '' }}
101101 with :
102102 comment-id : ${{ steps.fc.outputs.comment-id }}
@@ -120,19 +120,19 @@ jobs:
120120
121121 steps :
122122 - name : Checkout
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v7
124124 with :
125125 repository : ${{ needs.setup.outputs.repo }}
126126 ref : ${{ needs.setup.outputs.ref }}
127127 persist-credentials : false
128128
129129 - name : Setup pnpm
130- uses : pnpm/action-setup@v4
130+ uses : pnpm/action-setup@v6
131131 with :
132132 run_install : false
133133
134134 - name : Setup Node.js
135- uses : actions/setup-node@v4
135+ uses : actions/setup-node@v6
136136 with :
137137 node-version : 24.3.0
138138 cache : pnpm
@@ -198,7 +198,7 @@ jobs:
198198 steps :
199199 # ================= Create Comment =================
200200 - name : 🧽 Find And Delete Comment
201- uses : peter-evans/find-comment@v2
201+ uses : peter-evans/find-comment@v4
202202 if : ${{ needs.setup.outputs.id != '' }}
203203 id : fc
204204 with :
@@ -207,7 +207,7 @@ jobs:
207207 body-includes : View Deployment
208208
209209 - name : 📝 Create or update comment
210- uses : peter-evans/create-or-update-comment@v3
210+ uses : peter-evans/create-or-update-comment@v5
211211 if : ${{ needs.setup.outputs.id != '' }}
212212 with :
213213 comment-id : ${{ steps.fc.outputs.comment-id }}
0 commit comments