File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 - name : " [PR only] Upload the preprocessed wiki files as an artifact"
122122 if : ${{ github.event_name == 'pull_request' }}
123123 id : artifact
124- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
124+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
125125 with :
126126 name : wiki-files
127127 path : ./_wiki
@@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Upload PR info as artifact
179179 if : ${{ github.event_name == 'pull_request' }}
180- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181181 with :
182182 name : pr_info
183183 path : pr/
You can’t perform that action at this time.
0 commit comments