Skip to content

Commit 141ef54

Browse files
committed
fix
1 parent 874fa70 commit 141ef54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: script/build
4747

4848
- name: upload artifact
49-
uses: actions/upload-artifact@4.6.2
49+
uses: actions/upload-artifact@v4.6.2
5050
id: upload-artifact
5151
with:
5252
name: ${{ steps.build.outputs.artifact_dir }}
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
persist-credentials: false
6868

69-
- uses: actions/download-artifact@5.0.0
69+
- uses: actions/download-artifact@v5.0.0
7070
with:
7171
path: ${{ needs.build.outputs.artifact_dir }}
7272
artifact-ids: ${{ needs.build.outputs.artifact-id }}
@@ -138,7 +138,7 @@ jobs:
138138
contents: read
139139

140140
steps:
141-
- uses: actions/download-artifact@5.0.0
141+
- uses: actions/download-artifact@v5.0.0
142142
with:
143143
path: ${{ needs.build.outputs.artifact_dir }}
144144
artifact-ids: ${{ needs.build.outputs.artifact-id }}
@@ -154,7 +154,7 @@ jobs:
154154
runs-on: ubuntu-latest
155155

156156
steps:
157-
- uses: actions/download-artifact@5.0.0
157+
- uses: actions/download-artifact@v5.0.0
158158
with:
159159
path: ${{ needs.build.outputs.artifact_dir }}
160160
artifact-ids: ${{ needs.build.outputs.artifact-id }}

0 commit comments

Comments
 (0)