File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments