Skip to content

Commit 4316d15

Browse files
chore(actions): update github-actions
1 parent 83ae43e commit 4316d15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publish-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)