File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 - name : Checkout
3131 uses : actions/checkout@v5
3232 - name : Download artifact
33- uses : actions/download-artifact@v5
33+ uses : actions/download-artifact@v6
3434 with :
3535 name : site
3636 path : site
Original file line number Diff line number Diff line change 8989 fetch-depth : 0 # Needed for changelog generation
9090
9191 - name : Download build artifact
92- uses : actions/download-artifact@v5
92+ uses : actions/download-artifact@v6
9393 with :
9494 name : elixir-ls-${{ needs.build.outputs.version }}
9595
@@ -133,7 +133,7 @@ jobs:
133133 needs : build
134134 steps :
135135 - name : Download build artifact
136- uses : actions/download-artifact@v5
136+ uses : actions/download-artifact@v6
137137 with :
138138 name : elixir-ls-${{ needs.build.outputs.version }}
139139
You can’t perform that action at this time.
0 commit comments