"tests/vscode:/vscode.git/clone" did not exist on "209bec463637182e5d7a36787d2901a5dcc24136"
Unverified Commit 440bd3c3 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

update github actions packages' version to suppress warnings (#30249)



update
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 76681015
...@@ -108,7 +108,7 @@ if __name__ == "__main__": ...@@ -108,7 +108,7 @@ if __name__ == "__main__":
from_gh = args.from_gh from_gh = args.from_gh
if from_gh: if from_gh:
# The artifacts have to be downloaded using `actions/download-artifact@v3` # The artifacts have to be downloaded using `actions/download-artifact@v4`
pass pass
else: else:
os.makedirs(args.output_dir, exist_ok=True) os.makedirs(args.output_dir, exist_ok=True)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment