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 @@ -107,7 +107,7 @@ jobs:
107107 labels : ${{ steps.extract-metadata.outputs.labels }}
108108
109109 - name : Upload Docker image archive
110- uses : actions/upload-artifact@v4
110+ uses : actions/upload-artifact@v5
111111 with :
112112 name : image_controller.tar
113113 path : ${{ runner.temp }}/image_controller.tar
@@ -162,7 +162,7 @@ jobs:
162162 labels : ${{ steps.extract-metadata.outputs.labels }}
163163
164164 - name : Upload Docker image archive
165- uses : actions/upload-artifact@v4
165+ uses : actions/upload-artifact@v5
166166 with :
167167 name : image_webhook.tar
168168 path : ${{ runner.temp }}/image_webhook.tar
Original file line number Diff line number Diff line change 5656 echo "::set-output name=node_version::${node_version}"
5757
5858 - name : Setup Node
59- uses : actions/setup-node@v5
59+ uses : actions/setup-node@v6
6060 with :
6161 node-version : ${{ steps.get_node_version.outputs.node_version }}
6262
You can’t perform that action at this time.
0 commit comments